#B31167

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

Shades of Jazzberry Jam #B31167

Tints of Jazzberry Jam #B31167

Color information

#B31167 (or 0xB31167) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 11 and 67. RGB value is (179,17,103). Sum of RGB (Red+Green+Blue) = 179+17+103=299 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.87% from 299); Green value is 17 (7.03% from 255 or 5.69% from 299); Blue value is 103 (40.62% from 255 or 34.45% from 299); Max value from RGB is 179 - color contains mainly: red. Hex color #B31167 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31167 is #4CEE98. Grayscale: #4B4B4B. Windows color (decimal): -5041817 or 6754739. OLE color: 6754739.

HSL color Cylindrical-coordinate representation of color #B31167: hue angle of 328.15º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B31167 is Cyan = 0, Magento = 0.91, Yellow = 0.42 and Black (K on CMYK) = 0.30.

Color convert

RGB17917103-
CMYK00.910.420.30
HSL328.15º82.65%38.43%-
HSV(B)328.15º90.5%70.2%-
XYZ21.2410.9613.83-
YUV75.24143.67202.01-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 59.87%
GREEN value IS 17 (7.03% from 255) = 5.69%
BLUE value IS 103 (40.62% from 255) = 34.45%
R=59.87%
G=5.69%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.42
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791710300.910.420.30328.1582.6538.43
HexB3116705B2A1E1485326
Octal263211470133523651012346
Binary1011001110001110011101011011101010111101010010001010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31167; }

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

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

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

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

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

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

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

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