#B31360

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

Shades of Jazzberry Jam #B31360

Tints of Jazzberry Jam #B31360

Color information

#B31360 (or 0xB31360) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 13 and 60. RGB value is (179,19,96). Sum of RGB (Red+Green+Blue) = 179+19+96=294 (38% of max value = 765). Red value is 179 (70.31% from 255 or 60.88% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 179 - color contains mainly: red. Hex color #B31360 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31360 is #4CEC9F. Grayscale: #4B4B4B. Windows color (decimal): -5041312 or 6296499. OLE color: 6296499.

HSL color Cylindrical-coordinate representation of color #B31360: hue angle of 331.12º degrees, saturation: 0.81, 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 #B31360 is Cyan = 0, Magento = 0.89, Yellow = 0.46 and Black (K on CMYK) = 0.30.

Color convert

RGB1791996-
CMYK00.890.460.30
HSL331.12º80.81%38.82%-
HSV(B)331.12º89.39%70.2%-
XYZ20.9310.8912.07-
YUV75.62139.51201.74-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 60.88%
GREEN value IS 19 (7.81% from 255) = 6.46%
BLUE value IS 96 (37.89% from 255) = 32.65%
R=60.88%
G=6.46%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.46
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179199600.890.460.30331.1280.8138.82
HexB313600592E1E14b5127
Octal263231400131563651312147
Binary1011001110011110000001011001101110111101010010111010001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31360; }

 p { color: rgb(179,19,96); }

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

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

 a { background-color: rgb(179,19,96); }

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

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

 span { border-color: rgb(179,19,96); }

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