#B40246

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

Shades of Jazzberry Jam #B40246

Tints of Jazzberry Jam #B40246

Color information

#B40246 (or 0xB40246) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 02 and 46. RGB value is (180,2,70). Sum of RGB (Red+Green+Blue) = 180+2+70=252 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.43% from 252); Green value is 2 (1.17% from 255 or 0.79% from 252); Blue value is 70 (27.73% from 255 or 27.78% from 252); Max value from RGB is 180 - color contains mainly: red. Hex color #B40246 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40246 is #4BFDB9. Grayscale: #3E3E3E. Windows color (decimal): -4980154 or 4588212. OLE color: 4588212.

HSL color Cylindrical-coordinate representation of color #B40246: hue angle of 337.08º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B40246 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB180270-
CMYK00.990.610.29
HSL337.08º97.8%35.69%-
HSV(B)337.08º98.89%70.59%-
XYZ19.9510.196.71-
YUV62.97131.97211.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 71.43%
GREEN value IS 2 (1.17% from 255) = 0.79%
BLUE value IS 70 (27.73% from 255) = 27.78%
R=71.43%
G=0.79%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18027000.990.610.29337.0897.835.69
HexB42460633D1D1516224
Octal26421060143753552114244
Binary1011010010100011001100011111101111011010100011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40246; }

 p { color: rgb(180,2,70); }

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

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

 a { background-color: rgb(180,2,70); }

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

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

 span { border-color: rgb(180,2,70); }

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