Shades of Jazzberry Jam #B00147
Tints of Jazzberry Jam #B00147
RGB
CMYK
RGB Variations
Color information
#B00147 (or 0xB00147) is known color: Jazzberry Jam. HEX triplet: B0, 01 and 47. RGB value is (176,1,71). Sum of RGB (Red+Green+Blue) = 176+1+71=248 (32% of max value = 765). Red value is 176 (69.14% from 255 or 70.97% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 71 (28.12% from 255 or 28.63% from 248); Max value from RGB is 176 - color contains mainly: red. Hex color #B00147 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00147 is #4FFEB8. Grayscale: #3D3D3D. Windows color (decimal): -5242553 or 4653488. OLE color: 4653488.
HSL color Cylindrical-coordinate representation of color #B00147: hue angle of 336º degrees, saturation: 0.99, 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 #B00147 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 1 | 71 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.31 |
| HSL | 336º | 0.99% | 0.35% | - |
| HSV(B) | 336º | 0.99% | 0.69% | - |
| XYZ | 19.05 | 9.71 | 6.83 | - |
| YUV | 61.31 | 133.48 | 209.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 1 | 71 | 0 | 0.99 | 0.60 | 0.31 | 336 | 0.99 | 0.35 |
| Hex | B0 | 1 | 47 | 0 | 63 | 3C | 1F | 150 | 63 | 23 |
| Octal | 260 | 1 | 107 | 0 | 143 | 74 | 37 | 520 | 143 | 43 |
| Binary | 10110000 | 1 | 1000111 | 0 | 1100011 | 111100 | 11111 | 101010000 | 1100011 | 100011 |
Color Harmonies of #B00147
Complementary color
Monochromatic Colors of #B00147
Black with #B00147
Text Example
Text Example
White with #B00147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B00147; }
p { color: rgb(176,1,71); }
H1.HeaderClassName
{
color: #B00147;
}
.AnyTagClassName
{
color: #B00147;
}
</style>
background-color css
<style>
a { background-color: #B00147; }
a { background-color: rgb(176,1,71); }
div.DivClassName
{
background-color: #B00147;
}
.BgClassName
{
background-color: #B00147;
}
</style>
border-color css
<style>
span { border-color: #B00147; }
span { border-color: rgb(176,1,71); }
td.TdClassName
{
border-color: #B00147;
}
.TagClassName
{
border-color: #B00147;
}
</style>