Shades of Jazzberry Jam #B00543
Tints of Jazzberry Jam #B00543
RGB
CMYK
RGB Variations
Color information
#B00543 (or 0xB00543) is known color: Jazzberry Jam. HEX triplet: B0, 05 and 43. RGB value is (176,5,67). Sum of RGB (Red+Green+Blue) = 176+5+67=248 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.97% from 248); Green value is 5 (2.34% from 255 or 2.02% from 248); Blue value is 67 (26.56% from 255 or 27.02% from 248); Max value from RGB is 176 - color contains mainly: red. Hex color #B00543 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00543 is #4FFABC. Grayscale: #3F3F3F. Windows color (decimal): -5241533 or 4392368. OLE color: 4392368.
HSL color Cylindrical-coordinate representation of color #B00543: hue angle of 338.25º 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 #B00543 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 5 | 67 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.31 |
| HSL | 338.25º | 0.94% | 0.35% | - |
| HSV(B) | 338.25º | 0.97% | 0.69% | - |
| XYZ | 18.97 | 9.74 | 6.19 | - |
| YUV | 63.2 | 130.15 | 208.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 5 | 67 | 0 | 0.97 | 0.62 | 0.31 | 338.25 | 0.94 | 0.35 |
| Hex | B0 | 5 | 43 | 0 | 61 | 3E | 1F | 152 | 5E | 23 |
| Octal | 260 | 5 | 103 | 0 | 141 | 76 | 37 | 522 | 136 | 43 |
| Binary | 10110000 | 101 | 1000011 | 0 | 1100001 | 111110 | 11111 | 101010010 | 1011110 | 100011 |
Color Harmonies of #B00543
Complementary color
Monochromatic Colors of #B00543
Black with #B00543
Text Example
Text Example
White with #B00543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00543; }
p { color: rgb(176,5,67); }
H1.HeaderClassName
{
color: #B00543;
}
.AnyTagClassName
{
color: #B00543;
}
</style>
background-color css
<style>
a { background-color: #B00543; }
a { background-color: rgb(176,5,67); }
div.DivClassName
{
background-color: #B00543;
}
.BgClassName
{
background-color: #B00543;
}
</style>
border-color css
<style>
span { border-color: #B00543; }
span { border-color: rgb(176,5,67); }
td.TdClassName
{
border-color: #B00543;
}
.TagClassName
{
border-color: #B00543;
}
</style>