#B31757

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

Shades of Jazzberry Jam #B31757

Tints of Jazzberry Jam #B31757

Color information

#B31757 (or 0xB31757) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 17 and 57. RGB value is (179,23,87). Sum of RGB (Red+Green+Blue) = 179+23+87=289 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.94% from 289); Green value is 23 (9.38% from 255 or 7.96% from 289); Blue value is 87 (34.38% from 255 or 30.10% from 289); Max value from RGB is 179 - color contains mainly: red. Hex color #B31757 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31757 is #4CE8A8. Grayscale: #4C4C4C. Windows color (decimal): -5040297 or 5707699. OLE color: 5707699.

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

Color convert

RGB1792387-
CMYK00.870.510.30
HSL335.38º77.23%39.61%-
HSV(B)335.38º87.15%70.2%-
XYZ20.6210.8810.03-
YUV76.94133.68200.8-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 61.94%
GREEN value IS 23 (9.38% from 255) = 7.96%
BLUE value IS 87 (34.38% from 255) = 30.10%
R=61.94%
G=7.96%
B=30.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.51
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179238700.870.510.30335.3877.2339.61
HexB31757057331E14f4d28
Octal263271270127633651711550
Binary1011001110111101011101010111110011111101010011111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31757; }

 p { color: rgb(179,23,87); }

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

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

 a { background-color: rgb(179,23,87); }

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

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

 span { border-color: rgb(179,23,87); }

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