#B10951

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

Shades of Jazzberry Jam #B10951

Tints of Jazzberry Jam #B10951

Color information

#B10951 (or 0xB10951) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 09 and 51. RGB value is (177,9,81). Sum of RGB (Red+Green+Blue) = 177+9+81=267 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.29% from 267); Green value is 9 (3.91% from 255 or 3.37% from 267); Blue value is 81 (32.03% from 255 or 30.34% from 267); Max value from RGB is 177 - color contains mainly: red. Hex color #B10951 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10951 is #4EF6AE. Grayscale: #434343. Windows color (decimal): -5174959 or 5310897. OLE color: 5310897.

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

Color convert

RGB177981-
CMYK00.950.540.31
HSL334.29º90.32%36.47%-
HSV(B)334.29º94.92%69.41%-
XYZ19.7110.148.7-
YUV67.44135.66206.15-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 66.29%
GREEN value IS 9 (3.91% from 255) = 3.37%
BLUE value IS 81 (32.03% from 255) = 30.34%
R=66.29%
G=3.37%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17798100.950.540.31334.2990.3236.47
HexB195105F361F14e5a24
Octal261111210137663751613244
Binary101100011001101000101011111110110111111010011101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10951; }

 p { color: rgb(177,9,81); }

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

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

 a { background-color: rgb(177,9,81); }

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

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

 span { border-color: rgb(177,9,81); }

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