#B31E69

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

Shades of Jazzberry Jam #B31E69

Tints of Jazzberry Jam #B31E69

Color information

#B31E69 (or 0xB31E69) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 1E and 69. RGB value is (179,30,105). Sum of RGB (Red+Green+Blue) = 179+30+105=314 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.01% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 105 (41.41% from 255 or 33.44% from 314); Max value from RGB is 179 - color contains mainly: red. Hex color #B31E69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31E69 is #4CE196. Grayscale: #525252. Windows color (decimal): -5038487 or 6889139. OLE color: 6889139.

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

Color convert

RGB17930105-
CMYK00.830.410.30
HSL329.8º71.29%40.98%-
HSV(B)329.8º83.24%70.2%-
XYZ21.611.5314.45-
YUV83.1140.36196.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.01%
GREEN value IS 30 (12.11% from 255) = 9.55%
BLUE value IS 105 (41.41% from 255) = 33.44%
R=57.01%
G=9.55%
B=33.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.41
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1793010500.830.410.30329.871.2940.98
HexB31E69053291E14a4729
Octal263361510123513651210751
Binary1011001111110110100101010011101001111101010010101000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31E69; }

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

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

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

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

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

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

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

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