#B31867

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

Shades of Jazzberry Jam #B31867

Tints of Jazzberry Jam #B31867

Color information

#B31867 (or 0xB31867) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 18 and 67. RGB value is (179,24,103). Sum of RGB (Red+Green+Blue) = 179+24+103=306 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.50% from 306); Green value is 24 (9.77% from 255 or 7.84% from 306); Blue value is 103 (40.62% from 255 or 33.66% from 306); Max value from RGB is 179 - color contains mainly: red. Hex color #B31867 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31867 is #4CE798. Grayscale: #4F4F4F. Windows color (decimal): -5040025 or 6756531. OLE color: 6756531.

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

Color convert

RGB17924103-
CMYK00.870.420.30
HSL329.42º76.35%39.8%-
HSV(B)329.42º86.59%70.2%-
XYZ21.3711.2213.87-
YUV79.35141.35199.08-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 58.50%
GREEN value IS 24 (9.77% from 255) = 7.84%
BLUE value IS 103 (40.62% from 255) = 33.66%
R=58.50%
G=7.84%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1792410300.870.420.30329.4276.3539.8
HexB318670572A1E1494c28
Octal263301470127523651111450
Binary1011001111000110011101010111101010111101010010011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31867; }

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

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

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

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

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

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

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

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