Shades of Jazzberry Jam #B00271
Tints of Jazzberry Jam #B00271
RGB
CMYK
RGB Variations
Color information
#B00271 (or 0xB00271) is known color: Jazzberry Jam. HEX triplet: B0, 02 and 71. RGB value is (176,2,113). Sum of RGB (Red+Green+Blue) = 176+2+113=291 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.48% from 291); Green value is 2 (1.17% from 255 or 0.69% from 291); Blue value is 113 (44.53% from 255 or 38.83% from 291); Max value from RGB is 176 - color contains mainly: red. Hex color #B00271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B00271 is #4FFD8E. Grayscale: #424242. Windows color (decimal): -5242255 or 7406256. OLE color: 7406256.
HSL color Cylindrical-coordinate representation of color #B00271: hue angle of 321.72º 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 #B00271 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 2 | 113 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.31 |
| HSL | 321.72º | 0.98% | 0.35% | - |
| HSV(B) | 321.72º | 0.99% | 0.69% | - |
| XYZ | 20.91 | 10.47 | 16.54 | - |
| YUV | 66.68 | 154.15 | 205.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 2 | 113 | 0 | 0.99 | 0.36 | 0.31 | 321.72 | 0.98 | 0.35 |
| Hex | B0 | 2 | 71 | 0 | 63 | 24 | 1F | 142 | 62 | 23 |
| Octal | 260 | 2 | 161 | 0 | 143 | 44 | 37 | 502 | 142 | 43 |
| Binary | 10110000 | 10 | 1110001 | 0 | 1100011 | 100100 | 11111 | 101000010 | 1100010 | 100011 |
Color Harmonies of #B00271
Complementary color
Monochromatic Colors of #B00271
Black with #B00271
Text Example
Text Example
White with #B00271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00271; }
p { color: rgb(176,2,113); }
H1.HeaderClassName
{
color: #B00271;
}
.AnyTagClassName
{
color: #B00271;
}
</style>
background-color css
<style>
a { background-color: #B00271; }
a { background-color: rgb(176,2,113); }
div.DivClassName
{
background-color: #B00271;
}
.BgClassName
{
background-color: #B00271;
}
</style>
border-color css
<style>
span { border-color: #B00271; }
span { border-color: rgb(176,2,113); }
td.TdClassName
{
border-color: #B00271;
}
.TagClassName
{
border-color: #B00271;
}
</style>