#b31652

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

Shades of Jazzberry Jam #B31652

Tints of Jazzberry Jam #B31652

Color information

#B31652 (or 0xB31652) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 16 and 52. RGB value is (179,22,82). Sum of RGB (Red+Green+Blue) = 179+22+82=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 22 (8.98% from 255 or 7.77% from 283); Blue value is 82 (32.42% from 255 or 28.98% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B31652 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31652 is #4CE9AD. Grayscale: #4B4B4B. Windows color (decimal): -5040558 or 5379763. OLE color: 5379763.

HSL color Cylindrical-coordinate representation of color #B31652: hue angle of 337.07º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B31652 is Cyan = 0, Magento = 0.88, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB1792282-
CMYK00.880.540.30
HSL337.07º78.11%39.41%-
HSV(B)337.07º87.71%70.2%-
XYZ20.410.778.99-
YUV75.78131.51201.62-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 63.25%
GREEN value IS 22 (8.98% from 255) = 7.77%
BLUE value IS 82 (32.42% from 255) = 28.98%
R=63.25%
G=7.77%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179228200.880.540.30337.0778.1139.41
HexB31652058361E1514e27
Octal263261220130663652111647
Binary1011001110110101001001011000110110111101010100011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b31652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b31652; }

 p { color: rgb(179,22,82); }

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

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

 a { background-color: rgb(179,22,82); }

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

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

 span { border-color: rgb(179,22,82); }

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