Shades of Jazzberry Jam #B00354
Tints of Jazzberry Jam #B00354
RGB
CMYK
RGB Variations
Color information
#B00354 (or 0xB00354) is known color: Jazzberry Jam. HEX triplet: B0, 03 and 54. RGB value is (176,3,84). Sum of RGB (Red+Green+Blue) = 176+3+84=263 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.92% from 263); Green value is 3 (1.56% from 255 or 1.14% from 263); Blue value is 84 (33.20% from 255 or 31.94% from 263); Max value from RGB is 176 - color contains mainly: red. Hex color #B00354 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00354 is #4FFCAB. Grayscale: #3F3F3F. Windows color (decimal): -5242028 or 5505968. OLE color: 5505968.
HSL color Cylindrical-coordinate representation of color #B00354: hue angle of 331.91º degrees, saturation: 0.97, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B00354 is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 3 | 84 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.31 |
| HSL | 331.91º | 0.97% | 0.35% | - |
| HSV(B) | 331.91º | 0.98% | 0.69% | - |
| XYZ | 19.54 | 9.94 | 9.28 | - |
| YUV | 63.96 | 139.31 | 207.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 3 | 84 | 0 | 0.98 | 0.52 | 0.31 | 331.91 | 0.97 | 0.35 |
| Hex | B0 | 3 | 54 | 0 | 62 | 34 | 1F | 14C | 61 | 23 |
| Octal | 260 | 3 | 124 | 0 | 142 | 64 | 37 | 514 | 141 | 43 |
| Binary | 10110000 | 11 | 1010100 | 0 | 1100010 | 110100 | 11111 | 101001100 | 1100001 | 100011 |
Color Harmonies of #B00354
Complementary color
Monochromatic Colors of #B00354
Black with #B00354
Text Example
Text Example
White with #B00354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00354; }
p { color: rgb(176,3,84); }
H1.HeaderClassName
{
color: #B00354;
}
.AnyTagClassName
{
color: #B00354;
}
</style>
background-color css
<style>
a { background-color: #B00354; }
a { background-color: rgb(176,3,84); }
div.DivClassName
{
background-color: #B00354;
}
.BgClassName
{
background-color: #B00354;
}
</style>
border-color css
<style>
span { border-color: #B00354; }
span { border-color: rgb(176,3,84); }
td.TdClassName
{
border-color: #B00354;
}
.TagClassName
{
border-color: #B00354;
}
</style>