#B31850

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

Shades of Jazzberry Jam #B31850

Tints of Jazzberry Jam #B31850

Color information

#B31850 (or 0xB31850) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 18 and 50. RGB value is (179,24,80). Sum of RGB (Red+Green+Blue) = 179+24+80=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B31850 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31850 is #4CE7AF. Grayscale: #4C4C4C. Windows color (decimal): -5040048 or 5249203. OLE color: 5249203.

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

Color convert

RGB1792480-
CMYK00.870.550.30
HSL338.32º76.35%39.8%-
HSV(B)338.32º86.59%70.2%-
XYZ20.3710.828.6-
YUV76.73129.85200.95-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 63.25%
GREEN value IS 24 (9.77% from 255) = 8.48%
BLUE value IS 80 (31.64% from 255) = 28.27%
R=63.25%
G=8.48%
B=28.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179248000.870.550.30338.3276.3539.8
HexB31850057371E1524c28
Octal263301200127673652211450
Binary1011001111000101000001010111110111111101010100101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31850; }

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

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

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

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

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

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

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

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