#B31866

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

Shades of Jazzberry Jam #B31866

Tints of Jazzberry Jam #B31866

Color information

#B31866 (or 0xB31866) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 18 and 66. RGB value is (179,24,102). Sum of RGB (Red+Green+Blue) = 179+24+102=305 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.69% from 305); Green value is 24 (9.77% from 255 or 7.87% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 179 - color contains mainly: red. Hex color #B31866 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31866 is #4CE799. Grayscale: #4F4F4F. Windows color (decimal): -5040026 or 6690995. OLE color: 6690995.

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

Color convert

RGB17924102-
CMYK00.870.430.30
HSL329.81º76.35%39.8%-
HSV(B)329.81º86.59%70.2%-
XYZ21.3211.213.61-
YUV79.24140.85199.16-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 58.69%
GREEN value IS 24 (9.77% from 255) = 7.87%
BLUE value IS 102 (40.23% from 255) = 33.44%
R=58.69%
G=7.87%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.43
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1792410200.870.430.30329.8176.3539.8
HexB318660572B1E14a4c28
Octal263301460127533651211450
Binary1011001111000110011001010111101011111101010010101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31866; }

 p { color: rgb(179,24,102); }

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

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

 a { background-color: rgb(179,24,102); }

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

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

 span { border-color: rgb(179,24,102); }

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