#B31055

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

Shades of Jazzberry Jam #B31055

Tints of Jazzberry Jam #B31055

Color information

#B31055 (or 0xB31055) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 10 and 55. RGB value is (179,16,85). Sum of RGB (Red+Green+Blue) = 179+16+85=280 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.93% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 85 (33.59% from 255 or 30.36% from 280); Max value from RGB is 179 - color contains mainly: red. Hex color #B31055 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31055 is #4CEFAA. Grayscale: #484848. Windows color (decimal): -5042091 or 5574835. OLE color: 5574835.

HSL color Cylindrical-coordinate representation of color #B31055: hue angle of 334.6º degrees, saturation: 0.84, 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 #B31055 is Cyan = 0, Magento = 0.91, Yellow = 0.53 and Black (K on CMYK) = 0.30.

Color convert

RGB1791685-
CMYK00.910.530.30
HSL334.6º83.59%38.24%-
HSV(B)334.6º91.06%70.2%-
XYZ20.4210.619.57-
YUV72.6135203.89-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 63.93%
GREEN value IS 16 (6.64% from 255) = 5.71%
BLUE value IS 85 (33.59% from 255) = 30.36%
R=63.93%
G=5.71%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179168500.910.530.30334.683.5938.24
HexB3105505B351E14f5426
Octal263201250133653651712446
Binary1011001110000101010101011011110101111101010011111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31055; }

 p { color: rgb(179,16,85); }

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

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

 a { background-color: rgb(179,16,85); }

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

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

 span { border-color: rgb(179,16,85); }

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