#B31E70

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

Shades of Jazzberry Jam #B31E70

Tints of Jazzberry Jam #B31E70

Color information

#B31E70 (or 0xB31E70) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 1E and 70. RGB value is (179,30,112). Sum of RGB (Red+Green+Blue) = 179+30+112=321 (42% of max value = 765). Red value is 179 (70.31% from 255 or 55.76% from 321); Green value is 30 (12.11% from 255 or 9.35% from 321); Blue value is 112 (44.14% from 255 or 34.89% from 321); Max value from RGB is 179 - color contains mainly: red. Hex color #B31E70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31E70 is #4CE18F. Grayscale: #535353. Windows color (decimal): -5038480 or 7347891. OLE color: 7347891.

HSL color Cylindrical-coordinate representation of color #B31E70: hue angle of 326.98º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B31E70 is Cyan = 0, Magento = 0.83, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB17930112-
CMYK00.830.370.30
HSL326.98º71.29%40.98%-
HSV(B)326.98º83.24%70.2%-
XYZ21.9811.6816.43-
YUV83.9143.86195.83-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 55.76%
GREEN value IS 30 (12.11% from 255) = 9.35%
BLUE value IS 112 (44.14% from 255) = 34.89%
R=55.76%
G=9.35%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1793011200.830.370.30326.9871.2940.98
HexB31E70053251E1474729
Octal263361600123453650710751
Binary1011001111110111000001010011100101111101010001111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31E70; }

 p { color: rgb(179,30,112); }

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

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

 a { background-color: rgb(179,30,112); }

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

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

 span { border-color: rgb(179,30,112); }

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