#B10259

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

Shades of Jazzberry Jam #B10259

Tints of Jazzberry Jam #B10259

Color information

#B10259 (or 0xB10259) is unknown color: approx Jazzberry Jam. HEX triplet: B1, 02 and 59. RGB value is (177,2,89). Sum of RGB (Red+Green+Blue) = 177+2+89=268 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.04% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 89 (35.16% from 255 or 33.21% from 268); Max value from RGB is 177 - color contains mainly: red. Hex color #B10259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B10259 is #4EFDA6. Grayscale: #404040. Windows color (decimal): -5176743 or 5833393. OLE color: 5833393.

HSL color Cylindrical-coordinate representation of color #B10259: hue angle of 330.17º 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 #B10259 is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB177289-
CMYK00.990.500.31
HSL330.17º97.77%35.1%-
HSV(B)330.17º98.87%69.41%-
XYZ19.9610.1110.35-
YUV64.24141.98208.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 66.04%
GREEN value IS 2 (1.17% from 255) = 0.75%
BLUE value IS 89 (35.16% from 255) = 33.21%
R=66.04%
G=0.75%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.50
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal17728900.990.500.31330.1797.7735.1
HexB1259063321F14a6223
Octal26121310143623751214243
Binary1011000110101100101100011110010111111010010101100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B10259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B10259; }

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

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

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

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

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

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

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

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