#B20059

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

Shades of Jazzberry Jam #B20059

Tints of Jazzberry Jam #B20059

Color information

#B20059 (or 0xB20059) is unknown color: approx Jazzberry Jam. HEX triplet: B2, 00 and 59. RGB value is (178,0,89). Sum of RGB (Red+Green+Blue) = 178+0+89=267 (35% of max value = 765). Red value is 178 (69.92% from 255 or 66.67% from 267); Green value is 0 (0.39% from 255 or 0% from 267); Blue value is 89 (35.16% from 255 or 33.33% from 267); Max value from RGB is 178 - color contains mainly: red. Hex color #B20059 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B20059 is #4DFFA6. Grayscale: #3F3F3F. Windows color (decimal): -5111719 or 5832882. OLE color: 5832882.

HSL color Cylindrical-coordinate representation of color #B20059: hue angle of 330º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B20059 is Cyan = 0, Magento = 1, Yellow = 0.5 and Black (K on CMYK) = 0.30.

Color convert

RGB178089-
CMYK010.50.30
HSL330º100%34.9%-
HSV(B)330º100%69.8%-
XYZ20.1610.1910.35-
YUV63.37142.47209.76-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 66.67%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 89 (35.16% from 255) = 33.33%
R=66.67%
G=0%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.5
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178089010.50.3033010034.9
HexB2059064321E14a6423
Octal26201310144623651214443
Binary101100100101100101100100110010111101010010101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B20059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B20059; }

 p { color: rgb(178,0,89); }

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

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

 a { background-color: rgb(178,0,89); }

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

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

 span { border-color: rgb(178,0,89); }

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