#B10D72

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

Shades of Jazzberry Jam #B10D72

Tints of Jazzberry Jam #B10D72

Color information

#B10D72 (or 0xB10D72) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 0D and 72. RGB value is (177,13,114). Sum of RGB (Red+Green+Blue) = 177+13+114=304 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.22% from 304); Green value is 13 (5.47% from 255 or 4.28% from 304); Blue value is 114 (44.92% from 255 or 37.5% from 304); Max value from RGB is 177 - color contains mainly: red. Hex color #B10D72 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10D72 is #4EF28D. Grayscale: #494949. Windows color (decimal): -5173902 or 7474609. OLE color: 7474609.

HSL color Cylindrical-coordinate representation of color #B10D72: hue angle of 323.05º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B10D72 is Cyan = 0, Magento = 0.93, Yellow = 0.36 and Black (K on CMYK) = 0.31.

Color convert

RGB17713114-
CMYK00.930.360.31
HSL323.05º86.32%37.25%-
HSV(B)323.05º92.66%69.41%-
XYZ21.3110.8516.89-
YUV73.55150.83201.79-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.22%
GREEN value IS 13 (5.47% from 255) = 4.28%
BLUE value IS 114 (44.92% from 255) = 37.5%
R=58.22%
G=4.28%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.36
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1771311400.930.360.31323.0586.3237.25
HexB1D7205D241F1435625
Octal261151620135443750312645
Binary101100011101111001001011101100100111111010000111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10D72; }

 p { color: rgb(177,13,114); }

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

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

 a { background-color: rgb(177,13,114); }

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

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

 span { border-color: rgb(177,13,114); }

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