#B40B47

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

Shades of Jazzberry Jam #B40B47

Tints of Jazzberry Jam #B40B47

Color information

#B40B47 (or 0xB40B47) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 0B and 47. RGB value is (180,11,71). Sum of RGB (Red+Green+Blue) = 180+11+71=262 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.70% from 262); Green value is 11 (4.69% from 255 or 4.20% from 262); Blue value is 71 (28.12% from 255 or 27.10% from 262); Max value from RGB is 180 - color contains mainly: red. Hex color #B40B47 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40B47 is #4BF4B8. Grayscale: #444444. Windows color (decimal): -4977849 or 4656052. OLE color: 4656052.

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

Color convert

RGB1801171-
CMYK00.940.610.29
HSL338.7º88.48%37.45%-
HSV(B)338.7º93.89%70.59%-
XYZ20.0810.46.91-
YUV68.37129.49207.62-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 68.70%
GREEN value IS 11 (4.69% from 255) = 4.20%
BLUE value IS 71 (28.12% from 255) = 27.10%
R=68.70%
G=4.20%
B=27.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180117100.940.610.29338.788.4837.45
HexB4B4705E3D1D1535825
Octal264131070136753552313045
Binary101101001011100011101011110111101111011010100111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40B47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40B47; }

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

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

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

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

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

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

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

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