Shades of Jazzberry Jam #B00262
Tints of Jazzberry Jam #B00262
RGB
CMYK
RGB Variations
Color information
#B00262 (or 0xB00262) is known color: Jazzberry Jam. HEX triplet: B0, 02 and 62. RGB value is (176,2,98). Sum of RGB (Red+Green+Blue) = 176+2+98=276 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.77% from 276); Green value is 2 (1.17% from 255 or 0.72% from 276); Blue value is 98 (38.67% from 255 or 35.51% from 276); Max value from RGB is 176 - color contains mainly: red. Hex color #B00262 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00262 is #4FFD9D. Grayscale: #404040. Windows color (decimal): -5242270 or 6423216. OLE color: 6423216.
HSL color Cylindrical-coordinate representation of color #B00262: hue angle of 326.9º 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 #B00262 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 2 | 98 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.31 |
| HSL | 326.9º | 0.98% | 0.35% | - |
| HSV(B) | 326.9º | 0.99% | 0.69% | - |
| XYZ | 20.13 | 10.16 | 12.45 | - |
| YUV | 64.97 | 146.65 | 207.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 2 | 98 | 0 | 0.99 | 0.44 | 0.31 | 326.9 | 0.98 | 0.35 |
| Hex | B0 | 2 | 62 | 0 | 63 | 2C | 1F | 147 | 62 | 23 |
| Octal | 260 | 2 | 142 | 0 | 143 | 54 | 37 | 507 | 142 | 43 |
| Binary | 10110000 | 10 | 1100010 | 0 | 1100011 | 101100 | 11111 | 101000111 | 1100010 | 100011 |
Color Harmonies of #B00262
Complementary color
Monochromatic Colors of #B00262
Black with #B00262
Text Example
Text Example
White with #B00262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00262; }
p { color: rgb(176,2,98); }
H1.HeaderClassName
{
color: #B00262;
}
.AnyTagClassName
{
color: #B00262;
}
</style>
background-color css
<style>
a { background-color: #B00262; }
a { background-color: rgb(176,2,98); }
div.DivClassName
{
background-color: #B00262;
}
.BgClassName
{
background-color: #B00262;
}
</style>
border-color css
<style>
span { border-color: #B00262; }
span { border-color: rgb(176,2,98); }
td.TdClassName
{
border-color: #B00262;
}
.TagClassName
{
border-color: #B00262;
}
</style>