#B31753

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

Shades of Jazzberry Jam #B31753

Tints of Jazzberry Jam #B31753

Color information

#B31753 (or 0xB31753) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 17 and 53. RGB value is (179,23,83). Sum of RGB (Red+Green+Blue) = 179+23+83=285 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.81% from 285); Green value is 23 (9.38% from 255 or 8.07% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 179 - color contains mainly: red. Hex color #B31753 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31753 is #4CE8AC. Grayscale: #4C4C4C. Windows color (decimal): -5040301 or 5445555. OLE color: 5445555.

HSL color Cylindrical-coordinate representation of color #B31753: hue angle of 336.92º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B31753 is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB1792383-
CMYK00.870.540.30
HSL336.92º77.23%39.61%-
HSV(B)336.92º87.15%70.2%-
XYZ20.4610.829.19-
YUV76.48131.68201.12-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 62.81%
GREEN value IS 23 (9.38% from 255) = 8.07%
BLUE value IS 83 (32.81% from 255) = 29.12%
R=62.81%
G=8.07%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179238300.870.540.30336.9277.2339.61
HexB31753057361E1514d28
Octal263271230127663652111550
Binary1011001110111101001101010111110110111101010100011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31753; }

 p { color: rgb(179,23,83); }

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

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

 a { background-color: rgb(179,23,83); }

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

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

 span { border-color: rgb(179,23,83); }

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