#B20C48

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

Shades of Jazzberry Jam #B20C48

Tints of Jazzberry Jam #B20C48

Color information

#B20C48 (or 0xB20C48) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 0C and 48. RGB value is (178,12,72). Sum of RGB (Red+Green+Blue) = 178+12+72=262 (34% of max value = 765). Red value is 178 (69.92% from 255 or 67.94% from 262); Green value is 12 (5.08% from 255 or 4.58% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 178 - color contains mainly: red. Hex color #B20C48 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20C48 is #4DF3B7. Grayscale: #444444. Windows color (decimal): -5108664 or 4721842. OLE color: 4721842.

HSL color Cylindrical-coordinate representation of color #B20C48: hue angle of 338.31º 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 #B20C48 is Cyan = 0, Magento = 0.93, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB1781272-
CMYK00.930.600.30
HSL338.31º87.37%37.25%-
HSV(B)338.31º93.26%69.8%-
XYZ19.6610.27.06-
YUV68.47130206.12-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 67.94%
GREEN value IS 12 (5.08% from 255) = 4.58%
BLUE value IS 72 (28.52% from 255) = 27.48%
R=67.94%
G=4.58%
B=27.48%

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
Decimal178127200.930.600.30338.3187.3737.25
HexB2C4805D3C1E1525725
Octal262141100135743652212745
Binary101100101100100100001011101111100111101010100101010111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20C48; }

 p { color: rgb(178,12,72); }

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

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

 a { background-color: rgb(178,12,72); }

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

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

 span { border-color: rgb(178,12,72); }

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