#B31459

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

Shades of Jazzberry Jam #B31459

Tints of Jazzberry Jam #B31459

Color information

#B31459 (or 0xB31459) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 14 and 59. RGB value is (179,20,89). Sum of RGB (Red+Green+Blue) = 179+20+89=288 (38% of max value = 765). Red value is 179 (70.31% from 255 or 62.15% from 288); Green value is 20 (8.20% from 255 or 6.94% from 288); Blue value is 89 (35.16% from 255 or 30.90% from 288); Max value from RGB is 179 - color contains mainly: red. Hex color #B31459 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31459 is #4CEBA6. Grayscale: #4B4B4B. Windows color (decimal): -5041063 or 5838003. OLE color: 5838003.

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

Color convert

RGB1792089-
CMYK00.890.500.30
HSL333.96º79.9%39.02%-
HSV(B)333.96º88.83%70.2%-
XYZ20.6410.8110.45-
YUV75.41135.68201.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 62.15%
GREEN value IS 20 (8.20% from 255) = 6.94%
BLUE value IS 89 (35.16% from 255) = 30.90%
R=62.15%
G=6.94%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.50
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179208900.890.500.30333.9679.939.02
HexB31459059321E14e5027
Octal263241310131623651612047
Binary1011001110100101100101011001110010111101010011101010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31459; }

 p { color: rgb(179,20,89); }

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

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

 a { background-color: rgb(179,20,89); }

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

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

 span { border-color: rgb(179,20,89); }

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