Shades of Jazzberry Jam #B00D54
Tints of Jazzberry Jam #B00D54
RGB
CMYK
RGB Variations
Color information
#B00D54 (or 0xB00D54) is known color: Jazzberry Jam. HEX triplet: B0, 0D and 54. RGB value is (176,13,84). Sum of RGB (Red+Green+Blue) = 176+13+84=273 (36% of max value = 765). Red value is 176 (69.14% from 255 or 64.47% from 273); Green value is 13 (5.47% from 255 or 4.76% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 176 - color contains mainly: red. Hex color #B00D54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00D54 is #4FF2AB. Grayscale: #454545. Windows color (decimal): -5239468 or 5508528. OLE color: 5508528.
HSL color Cylindrical-coordinate representation of color #B00D54: hue angle of 333.87º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B00D54 is Cyan = 0, Magento = 0.93, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 13 | 84 | - |
| CMYK | 0 | 0.93 | 0.52 | 0.31 |
| HSL | 333.87º | 0.86% | 0.37% | - |
| HSV(B) | 333.87º | 0.93% | 0.69% | - |
| XYZ | 19.65 | 10.16 | 9.31 | - |
| YUV | 69.83 | 136 | 203.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 13 | 84 | 0 | 0.93 | 0.52 | 0.31 | 333.87 | 0.86 | 0.37 |
| Hex | B0 | D | 54 | 0 | 5D | 34 | 1F | 14E | 56 | 25 |
| Octal | 260 | 15 | 124 | 0 | 135 | 64 | 37 | 516 | 126 | 45 |
| Binary | 10110000 | 1101 | 1010100 | 0 | 1011101 | 110100 | 11111 | 101001110 | 1010110 | 100101 |
Color Harmonies of #B00D54
Complementary color
Monochromatic Colors of #B00D54
Black with #B00D54
Text Example
Text Example
White with #B00D54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00D54; }
p { color: rgb(176,13,84); }
H1.HeaderClassName
{
color: #B00D54;
}
.AnyTagClassName
{
color: #B00D54;
}
</style>
background-color css
<style>
a { background-color: #B00D54; }
a { background-color: rgb(176,13,84); }
div.DivClassName
{
background-color: #B00D54;
}
.BgClassName
{
background-color: #B00D54;
}
</style>
border-color css
<style>
span { border-color: #B00D54; }
span { border-color: rgb(176,13,84); }
td.TdClassName
{
border-color: #B00D54;
}
.TagClassName
{
border-color: #B00D54;
}
</style>