#B40B57

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

Shades of Jazzberry Jam #B40B57

Tints of Jazzberry Jam #B40B57

Color information

#B40B57 (or 0xB40B57) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 0B and 57. RGB value is (180,11,87). Sum of RGB (Red+Green+Blue) = 180+11+87=278 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.75% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 87 (34.38% from 255 or 31.29% from 278); Max value from RGB is 180 - color contains mainly: red. Hex color #B40B57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B40B57 is #4BF4A8. Grayscale: #464646. Windows color (decimal): -4977833 or 5704628. OLE color: 5704628.

HSL color Cylindrical-coordinate representation of color #B40B57: hue angle of 333.02º 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 #B40B57 is Cyan = 0, Magento = 0.94, Yellow = 0.52 and Black (K on CMYK) = 0.29.

Color convert

RGB1801187-
CMYK00.940.520.29
HSL333.02º88.48%37.45%-
HSV(B)333.02º93.89%70.59%-
XYZ20.6610.639.98-
YUV70.2137.49206.32-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 64.75%
GREEN value IS 11 (4.69% from 255) = 3.96%
BLUE value IS 87 (34.38% from 255) = 31.29%
R=64.75%
G=3.96%
B=31.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180118700.940.520.29333.0288.4837.45
HexB4B5705E341D14d5825
Octal264131270136643551513045
Binary101101001011101011101011110110100111011010011011011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40B57; }

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

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

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

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

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

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

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

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