#B30C47

Color #B30C47 Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #B30C47

Tints of Jazzberry Jam #B30C47

Color information

#B30C47 (or 0xB30C47) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 0C and 47. RGB value is (179,12,71). Sum of RGB (Red+Green+Blue) = 179+12+71=262 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.32% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 71 (28.12% from 255 or 27.10% from 262); Max value from RGB is 179 - color contains mainly: red. Hex color #B30C47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30C47 is #4CF3B8. Grayscale: #444444. Windows color (decimal): -5043129 or 4656307. OLE color: 4656307.

HSL color Cylindrical-coordinate representation of color #B30C47: hue angle of 338.8º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B30C47 is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB1791271-
CMYK00.930.600.30
HSL338.8º87.43%37.45%-
HSV(B)338.8º93.3%70.2%-
XYZ19.8610.36.9-
YUV68.66129.33206.7-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 179 (70.31% from 255) = 68.32%
GREEN value IS 12 (5.08% from 255) = 4.58%
BLUE value IS 71 (28.12% from 255) = 27.10%
R=68.32%
G=4.58%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179127100.930.600.30338.887.4337.45
HexB3C4705D3C1E1535725
Octal263141070135743652312745
Binary101100111100100011101011101111100111101010100111010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B30C47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B30C47; }

 p { color: rgb(179,12,71); }

 H1.HeaderClassName
 {
   color: #B30C47;
 }
 .AnyTagClassName
 {
   color: #B30C47;
 }
</style>
background-color css

<style>
 a { background-color: #B30C47; }

 a { background-color: rgb(179,12,71); }

 div.DivClassName
 {
   background-color: #B30C47;
 }
 .BgClassName
 {
   background-color: #B30C47;
 }
</style>
border-color css

<style>
 span { border-color: #B30C47; }

 span { border-color: rgb(179,12,71); }

 td.TdClassName
 {
   border-color: #B30C47;
 }
 .TagClassName
 {
   border-color: #B30C47;
 }
</style>