#b31670

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

Shades of Jazzberry Jam #B31670

Tints of Jazzberry Jam #B31670

Color information

#B31670 (or 0xB31670) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 16 and 70. RGB value is (179,22,112). Sum of RGB (Red+Green+Blue) = 179+22+112=313 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.19% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 179 - color contains mainly: red. Hex color #B31670 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31670 is #4CE98F. Grayscale: #4F4F4F. Windows color (decimal): -5040528 or 7345843. OLE color: 7345843.

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

Color convert

RGB17922112-
CMYK00.880.370.30
HSL325.61º78.11%39.41%-
HSV(B)325.61º87.71%70.2%-
XYZ21.811.3316.37-
YUV79.2146.51199.18-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 57.19%
GREEN value IS 22 (8.98% from 255) = 7.03%
BLUE value IS 112 (44.14% from 255) = 35.78%
R=57.19%
G=7.03%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1792211200.880.370.30325.6178.1139.41
HexB31670058251E1464e27
Octal263261600130453650611647
Binary1011001110110111000001011000100101111101010001101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b31670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b31670; }

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

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

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

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

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

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

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

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