#B40245

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

Shades of Jazzberry Jam #B40245

Tints of Jazzberry Jam #B40245

Color information

#B40245 (or 0xB40245) is unknown color: approx Jazzberry Jam. HEX triplet: B4, 02 and 45. RGB value is (180,2,69). Sum of RGB (Red+Green+Blue) = 180+2+69=251 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.71% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 69 (27.34% from 255 or 27.49% from 251); Max value from RGB is 180 - color contains mainly: red. Hex color #B40245 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40245 is #4BFDBA. Grayscale: #3E3E3E. Windows color (decimal): -4980155 or 4522676. OLE color: 4522676.

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

Color convert

RGB180269-
CMYK00.990.620.29
HSL337.42º97.8%35.69%-
HSV(B)337.42º98.89%70.59%-
XYZ19.9210.186.54-
YUV62.86131.47211.55-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 71.71%
GREEN value IS 2 (1.17% from 255) = 0.80%
BLUE value IS 69 (27.34% from 255) = 27.49%
R=71.71%
G=0.80%
B=27.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18026900.990.620.29337.4297.835.69
HexB42450633E1D1516224
Octal26421050143763552114244
Binary1011010010100010101100011111110111011010100011100010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B40245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B40245; }

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

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

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

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

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

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

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

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