#B40059

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

Shades of Jazzberry Jam #B40059

Tints of Jazzberry Jam #B40059

Color information

#B40059 (or 0xB40059) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 00 and 59. RGB value is (180,0,89). Sum of RGB (Red+Green+Blue) = 180+0+89=269 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.91% from 269); Green value is 0 (0.39% from 255 or 0% from 269); Blue value is 89 (35.16% from 255 or 33.09% from 269); Max value from RGB is 180 - color contains mainly: red. Hex color #B40059 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40059 is #4BFFA6. Grayscale: #3F3F3F. Windows color (decimal): -4980647 or 5832884. OLE color: 5832884.

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

Color convert

RGB180089-
CMYK010.510.29
HSL330.33º100%35.29%-
HSV(B)330.33º100%70.59%-
XYZ20.6310.4210.38-
YUV63.97142.13210.76-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 66.91%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 89 (35.16% from 255) = 33.09%
R=66.91%
G=0%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.51
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180089010.510.29330.3310035.29
HexB4059064331D14a6423
Octal26401310144633551214443
Binary101101000101100101100100110011111011010010101100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40059; }

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

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

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

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

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

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

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

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