Shades of Jazzberry Jam #B00255
Tints of Jazzberry Jam #B00255
RGB
CMYK
RGB Variations
Color information
#B00255 (or 0xB00255) is known color: Jazzberry Jam. HEX triplet: B0, 02 and 55. RGB value is (176,2,85). Sum of RGB (Red+Green+Blue) = 176+2+85=263 (34% of max value = 765). Red value is 176 (69.14% from 255 or 66.92% from 263); Green value is 2 (1.17% from 255 or 0.76% from 263); Blue value is 85 (33.59% from 255 or 32.32% from 263); Max value from RGB is 176 - color contains mainly: red. Hex color #B00255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00255 is #4FFDAA. Grayscale: #3F3F3F. Windows color (decimal): -5242283 or 5571248. OLE color: 5571248.
HSL color Cylindrical-coordinate representation of color #B00255: hue angle of 331.38º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B00255 is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 2 | 85 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.31 |
| HSL | 331.38º | 0.98% | 0.35% | - |
| HSV(B) | 331.38º | 0.99% | 0.69% | - |
| XYZ | 19.57 | 9.93 | 9.48 | - |
| YUV | 63.49 | 140.15 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 2 | 85 | 0 | 0.99 | 0.52 | 0.31 | 331.38 | 0.98 | 0.35 |
| Hex | B0 | 2 | 55 | 0 | 63 | 34 | 1F | 14B | 62 | 23 |
| Octal | 260 | 2 | 125 | 0 | 143 | 64 | 37 | 513 | 142 | 43 |
| Binary | 10110000 | 10 | 1010101 | 0 | 1100011 | 110100 | 11111 | 101001011 | 1100010 | 100011 |
Color Harmonies of #B00255
Complementary color
Monochromatic Colors of #B00255
Black with #B00255
Text Example
Text Example
White with #B00255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00255; }
p { color: rgb(176,2,85); }
H1.HeaderClassName
{
color: #B00255;
}
.AnyTagClassName
{
color: #B00255;
}
</style>
background-color css
<style>
a { background-color: #B00255; }
a { background-color: rgb(176,2,85); }
div.DivClassName
{
background-color: #B00255;
}
.BgClassName
{
background-color: #B00255;
}
</style>
border-color css
<style>
span { border-color: #B00255; }
span { border-color: rgb(176,2,85); }
td.TdClassName
{
border-color: #B00255;
}
.TagClassName
{
border-color: #B00255;
}
</style>