Shades of Jazzberry Jam #B40D4A
Tints of Jazzberry Jam #B40D4A
RGB
CMYK
RGB Variations
Color information
#B40D4A (or 0xB40D4A) is known color: Jazzberry Jam. HEX triplet: B4, 0D and 4A. RGB value is (180,13,74). Sum of RGB (Red+Green+Blue) = 180+13+74=267 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.42% from 267); Green value is 13 (5.47% from 255 or 4.87% from 267); Blue value is 74 (29.30% from 255 or 27.72% from 267); Max value from RGB is 180 - color contains mainly: red. Hex color #B40D4A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40D4A is #4BF2B5. Grayscale: #454545. Windows color (decimal): -4977334 or 4853172. OLE color: 4853172.
HSL color Cylindrical-coordinate representation of color #B40D4A: hue angle of 338.08º degrees, saturation: 0.87, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B40D4A is Cyan = 0, Magento = 0.93, Yellow = 0.59 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 13 | 74 | - |
| CMYK | 0 | 0.93 | 0.59 | 0.29 |
| HSL | 338.08º | 0.87% | 0.38% | - |
| HSV(B) | 338.08º | 0.93% | 0.71% | - |
| XYZ | 20.2 | 10.49 | 7.44 | - |
| YUV | 69.89 | 130.33 | 206.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 13 | 74 | 0 | 0.93 | 0.59 | 0.29 | 338.08 | 0.87 | 0.38 |
| Hex | B4 | D | 4A | 0 | 5D | 3B | 1D | 152 | 57 | 26 |
| Octal | 264 | 15 | 112 | 0 | 135 | 73 | 35 | 522 | 127 | 46 |
| Binary | 10110100 | 1101 | 1001010 | 0 | 1011101 | 111011 | 11101 | 101010010 | 1010111 | 100110 |
Color Harmonies of #B40D4A
Complementary color
Monochromatic Colors of #B40D4A
Black with #B40D4A
Text Example
Text Example
White with #B40D4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40D4A; }
p { color: rgb(180,13,74); }
H1.HeaderClassName
{
color: #B40D4A;
}
.AnyTagClassName
{
color: #B40D4A;
}
</style>
background-color css
<style>
a { background-color: #B40D4A; }
a { background-color: rgb(180,13,74); }
div.DivClassName
{
background-color: #B40D4A;
}
.BgClassName
{
background-color: #B40D4A;
}
</style>
border-color css
<style>
span { border-color: #B40D4A; }
span { border-color: rgb(180,13,74); }
td.TdClassName
{
border-color: #B40D4A;
}
.TagClassName
{
border-color: #B40D4A;
}
</style>