#B31754

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

Shades of Jazzberry Jam #B31754

Tints of Jazzberry Jam #B31754

Color information

#B31754 (or 0xB31754) is unknown color: approx Jazzberry Jam. HEX triplet: B3, 17 and 54. RGB value is (179,23,84). Sum of RGB (Red+Green+Blue) = 179+23+84=286 (37% of max value = 765). Red value is 179 (70.31% from 255 or 62.59% from 286); Green value is 23 (9.38% from 255 or 8.04% from 286); Blue value is 84 (33.20% from 255 or 29.37% from 286); Max value from RGB is 179 - color contains mainly: red. Hex color #B31754 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31754 is #4CE8AB. Grayscale: #4C4C4C. Windows color (decimal): -5040300 or 5511091. OLE color: 5511091.

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

Color convert

RGB1792384-
CMYK00.870.530.30
HSL336.54º77.23%39.61%-
HSV(B)336.54º87.15%70.2%-
XYZ20.510.849.4-
YUV76.6132.18201.04-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 62.59%
GREEN value IS 23 (9.38% from 255) = 8.04%
BLUE value IS 84 (33.20% from 255) = 29.37%
R=62.59%
G=8.04%
B=29.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.53
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179238400.870.530.30336.5477.2339.61
HexB31754057351E1514d28
Octal263271240127653652111550
Binary1011001110111101010001010111110101111101010100011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31754; }

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

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

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

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

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

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

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

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