#B10251

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

Shades of Jazzberry Jam #B10251

Tints of Jazzberry Jam #B10251

Color information

#B10251 (or 0xB10251) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 02 and 51. RGB value is (177,2,81). Sum of RGB (Red+Green+Blue) = 177+2+81=260 (34% of max value = 765). Red value is 177 (69.53% from 255 or 68.08% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 81 (32.03% from 255 or 31.15% from 260); Max value from RGB is 177 - color contains mainly: red. Hex color #B10251 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10251 is #4EFDAE. Grayscale: #3F3F3F. Windows color (decimal): -5176751 or 5309105. OLE color: 5309105.

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

Color convert

RGB177281-
CMYK00.990.540.31
HSL332.91º97.77%35.1%-
HSV(B)332.91º98.87%69.41%-
XYZ19.649.988.68-
YUV63.33137.98209.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 68.08%
GREEN value IS 2 (1.17% from 255) = 0.77%
BLUE value IS 81 (32.03% from 255) = 31.15%
R=68.08%
G=0.77%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17728100.990.540.31332.9197.7735.1
HexB1251063361F14d6223
Octal26121210143663751514243
Binary1011000110101000101100011110110111111010011011100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10251; }

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

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

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

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

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

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

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

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