Shades of Jazzberry Jam #B00544
Tints of Jazzberry Jam #B00544
RGB
CMYK
RGB Variations
Color information
#B00544 (or 0xB00544) is known color: Jazzberry Jam. HEX triplet: B0, 05 and 44. RGB value is (176,5,68). Sum of RGB (Red+Green+Blue) = 176+5+68=249 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.68% from 249); Green value is 5 (2.34% from 255 or 2.01% from 249); Blue value is 68 (26.95% from 255 or 27.31% from 249); Max value from RGB is 176 - color contains mainly: red. Hex color #B00544 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00544 is #4FFABB. Grayscale: #3F3F3F. Windows color (decimal): -5241532 or 4457904. OLE color: 4457904.
HSL color Cylindrical-coordinate representation of color #B00544: hue angle of 337.89º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B00544 is Cyan = 0, Magento = 0.97, Yellow = 0.61 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 5 | 68 | - |
| CMYK | 0 | 0.97 | 0.61 | 0.31 |
| HSL | 337.89º | 0.94% | 0.35% | - |
| HSV(B) | 337.89º | 0.97% | 0.69% | - |
| XYZ | 19 | 9.76 | 6.35 | - |
| YUV | 63.31 | 130.65 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 5 | 68 | 0 | 0.97 | 0.61 | 0.31 | 337.89 | 0.94 | 0.35 |
| Hex | B0 | 5 | 44 | 0 | 61 | 3D | 1F | 152 | 5E | 23 |
| Octal | 260 | 5 | 104 | 0 | 141 | 75 | 37 | 522 | 136 | 43 |
| Binary | 10110000 | 101 | 1000100 | 0 | 1100001 | 111101 | 11111 | 101010010 | 1011110 | 100011 |
Color Harmonies of #B00544
Complementary color
Monochromatic Colors of #B00544
Black with #B00544
Text Example
Text Example
White with #B00544
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00544; }
p { color: rgb(176,5,68); }
H1.HeaderClassName
{
color: #B00544;
}
.AnyTagClassName
{
color: #B00544;
}
</style>
background-color css
<style>
a { background-color: #B00544; }
a { background-color: rgb(176,5,68); }
div.DivClassName
{
background-color: #B00544;
}
.BgClassName
{
background-color: #B00544;
}
</style>
border-color css
<style>
span { border-color: #B00544; }
span { border-color: rgb(176,5,68); }
td.TdClassName
{
border-color: #B00544;
}
.TagClassName
{
border-color: #B00544;
}
</style>