#B31858

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

Shades of Jazzberry Jam #B31858

Tints of Jazzberry Jam #B31858

Color information

#B31858 (or 0xB31858) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 18 and 58. RGB value is (179,24,88). Sum of RGB (Red+Green+Blue) = 179+24+88=291 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.51% from 291); Green value is 24 (9.77% from 255 or 8.25% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 179 - color contains mainly: red. Hex color #B31858 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31858 is #4CE7A7. Grayscale: #4D4D4D. Windows color (decimal): -5040040 or 5773491. OLE color: 5773491.

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

Color convert

RGB1792488-
CMYK00.870.510.30
HSL335.23º76.35%39.8%-
HSV(B)335.23º86.59%70.2%-
XYZ20.6810.9410.25-
YUV77.64133.85200.3-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 61.51%
GREEN value IS 24 (9.77% from 255) = 8.25%
BLUE value IS 88 (34.77% from 255) = 30.24%
R=61.51%
G=8.25%
B=30.24%

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
Decimal179248800.870.510.30335.2376.3539.8
HexB31858057331E14f4c28
Octal263301300127633651711450
Binary1011001111000101100001010111110011111101010011111001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31858; }

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

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

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

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

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

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

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

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