Shades of Jazzberry Jam #B40247
Tints of Jazzberry Jam #B40247
RGB
CMYK
RGB Variations
Color information
#B40247 (or 0xB40247) is known color: Jazzberry Jam. HEX triplet: B4, 02 and 47. RGB value is (180,2,71). Sum of RGB (Red+Green+Blue) = 180+2+71=253 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.15% from 253); Green value is 2 (1.17% from 255 or 0.79% from 253); Blue value is 71 (28.12% from 255 or 28.06% from 253); Max value from RGB is 180 - color contains mainly: red. Hex color #B40247 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40247 is #4BFDB8. Grayscale: #3E3E3E. Windows color (decimal): -4980153 or 4653748. OLE color: 4653748.
HSL color Cylindrical-coordinate representation of color #B40247: hue angle of 336.74º 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 #B40247 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 2 | 71 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.29 |
| HSL | 336.74º | 0.98% | 0.36% | - |
| HSV(B) | 336.74º | 0.99% | 0.71% | - |
| XYZ | 19.98 | 10.2 | 6.88 | - |
| YUV | 63.09 | 132.47 | 211.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 2 | 71 | 0 | 0.99 | 0.61 | 0.29 | 336.74 | 0.98 | 0.36 |
| Hex | B4 | 2 | 47 | 0 | 63 | 3D | 1D | 151 | 62 | 24 |
| Octal | 264 | 2 | 107 | 0 | 143 | 75 | 35 | 521 | 142 | 44 |
| Binary | 10110100 | 10 | 1000111 | 0 | 1100011 | 111101 | 11101 | 101010001 | 1100010 | 100100 |
Color Harmonies of #B40247
Complementary color
Monochromatic Colors of #B40247
Black with #B40247
Text Example
Text Example
White with #B40247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40247; }
p { color: rgb(180,2,71); }
H1.HeaderClassName
{
color: #B40247;
}
.AnyTagClassName
{
color: #B40247;
}
</style>
background-color css
<style>
a { background-color: #B40247; }
a { background-color: rgb(180,2,71); }
div.DivClassName
{
background-color: #B40247;
}
.BgClassName
{
background-color: #B40247;
}
</style>
border-color css
<style>
span { border-color: #B40247; }
span { border-color: rgb(180,2,71); }
td.TdClassName
{
border-color: #B40247;
}
.TagClassName
{
border-color: #B40247;
}
</style>