#B31172

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

Shades of Jazzberry Jam #B31172

Tints of Jazzberry Jam #B31172

Color information

#B31172 (or 0xB31172) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 11 and 72. RGB value is (179,17,114). Sum of RGB (Red+Green+Blue) = 179+17+114=310 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.74% from 310); Green value is 17 (7.03% from 255 or 5.48% from 310); Blue value is 114 (44.92% from 255 or 36.77% from 310); Max value from RGB is 179 - color contains mainly: red. Hex color #B31172 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31172 is #4CEE8D. Grayscale: #4C4C4C. Windows color (decimal): -5041806 or 7475635. OLE color: 7475635.

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

Color convert

RGB17917114-
CMYK00.910.360.30
HSL324.07º82.65%38.43%-
HSV(B)324.07º90.5%70.2%-
XYZ21.8311.216.93-
YUV76.5149.17201.11-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.74%
GREEN value IS 17 (7.03% from 255) = 5.48%
BLUE value IS 114 (44.92% from 255) = 36.77%
R=57.74%
G=5.48%
B=36.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.36
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791711400.910.360.30324.0782.6538.43
HexB3117205B241E1445326
Octal263211620133443650412346
Binary1011001110001111001001011011100100111101010001001010011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31172; }

 p { color: rgb(179,17,114); }

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

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

 a { background-color: rgb(179,17,114); }

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

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

 span { border-color: rgb(179,17,114); }

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