Shades of Jazzberry Jam #B00844
Tints of Jazzberry Jam #B00844
RGB
CMYK
RGB Variations
Color information
#B00844 (or 0xB00844) is known color: Jazzberry Jam. HEX triplet: B0, 08 and 44. RGB value is (176,8,68). Sum of RGB (Red+Green+Blue) = 176+8+68=252 (33% of max value = 765). Red value is 176 (69.14% from 255 or 69.84% from 252); Green value is 8 (3.52% from 255 or 3.17% from 252); Blue value is 68 (26.95% from 255 or 26.98% from 252); Max value from RGB is 176 - color contains mainly: red. Hex color #B00844 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00844 is #4FF7BB. Grayscale: #414141. Windows color (decimal): -5240764 or 4458672. OLE color: 4458672.
HSL color Cylindrical-coordinate representation of color #B00844: hue angle of 338.57º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B00844 is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 8 | 68 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.31 |
| HSL | 338.57º | 0.91% | 0.36% | - |
| HSV(B) | 338.57º | 0.95% | 0.69% | - |
| XYZ | 19.03 | 9.82 | 6.36 | - |
| YUV | 65.07 | 129.66 | 207.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 8 | 68 | 0 | 0.95 | 0.61 | 0.31 | 338.57 | 0.91 | 0.36 |
| Hex | B0 | 8 | 44 | 0 | 5F | 3D | 1F | 153 | 5B | 24 |
| Octal | 260 | 10 | 104 | 0 | 137 | 75 | 37 | 523 | 133 | 44 |
| Binary | 10110000 | 1000 | 1000100 | 0 | 1011111 | 111101 | 11111 | 101010011 | 1011011 | 100100 |
Color Harmonies of #B00844
Complementary color
Monochromatic Colors of #B00844
Black with #B00844
Text Example
Text Example
White with #B00844
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00844; }
p { color: rgb(176,8,68); }
H1.HeaderClassName
{
color: #B00844;
}
.AnyTagClassName
{
color: #B00844;
}
</style>
background-color css
<style>
a { background-color: #B00844; }
a { background-color: rgb(176,8,68); }
div.DivClassName
{
background-color: #B00844;
}
.BgClassName
{
background-color: #B00844;
}
</style>
border-color css
<style>
span { border-color: #B00844; }
span { border-color: rgb(176,8,68); }
td.TdClassName
{
border-color: #B00844;
}
.TagClassName
{
border-color: #B00844;
}
</style>