#B40B55

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

Shades of Jazzberry Jam #B40B55

Tints of Jazzberry Jam #B40B55

Color information

#B40B55 (or 0xB40B55) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 0B and 55. RGB value is (180,11,85). Sum of RGB (Red+Green+Blue) = 180+11+85=276 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.22% from 276); Green value is 11 (4.69% from 255 or 3.99% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 180 - color contains mainly: red. Hex color #B40B55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40B55 is #4BF4AA. Grayscale: #454545. Windows color (decimal): -4977835 or 5573556. OLE color: 5573556.

HSL color Cylindrical-coordinate representation of color #B40B55: hue angle of 333.73º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B40B55 is Cyan = 0, Magento = 0.94, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB1801185-
CMYK00.940.530.29
HSL333.73º88.48%37.45%-
HSV(B)333.73º93.89%70.59%-
XYZ20.5810.69.56-
YUV69.97136.49206.48-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 65.22%
GREEN value IS 11 (4.69% from 255) = 3.99%
BLUE value IS 85 (33.59% from 255) = 30.80%
R=65.22%
G=3.99%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180118500.940.530.29333.7388.4837.45
HexB4B5505E351D14e5825
Octal264131250136653551613045
Binary101101001011101010101011110110101111011010011101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40B55; }

 p { color: rgb(180,11,85); }

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

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

 a { background-color: rgb(180,11,85); }

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

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

 span { border-color: rgb(180,11,85); }

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