Shades of Jazzberry Jam #B01255
Tints of Jazzberry Jam #B01255
RGB
CMYK
RGB Variations
Color information
#B01255 (or 0xB01255) is known color: Jazzberry Jam. HEX triplet: B0, 12 and 55. RGB value is (176,18,85). Sum of RGB (Red+Green+Blue) = 176+18+85=279 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.08% from 279); Green value is 18 (7.42% from 255 or 6.45% from 279); Blue value is 85 (33.59% from 255 or 30.47% from 279); Max value from RGB is 176 - color contains mainly: red. Hex color #B01255 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01255 is #4FEDAA. Grayscale: #484848. Windows color (decimal): -5238187 or 5575344. OLE color: 5575344.
HSL color Cylindrical-coordinate representation of color #B01255: hue angle of 334.56º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B01255 is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 18 | 85 | - |
| CMYK | 0 | 0.90 | 0.52 | 0.31 |
| HSL | 334.56º | 0.81% | 0.38% | - |
| HSV(B) | 334.56º | 0.9% | 0.69% | - |
| XYZ | 19.76 | 10.32 | 9.54 | - |
| YUV | 72.88 | 134.85 | 201.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 18 | 85 | 0 | 0.90 | 0.52 | 0.31 | 334.56 | 0.81 | 0.38 |
| Hex | B0 | 12 | 55 | 0 | 5A | 34 | 1F | 14F | 51 | 26 |
| Octal | 260 | 22 | 125 | 0 | 132 | 64 | 37 | 517 | 121 | 46 |
| Binary | 10110000 | 10010 | 1010101 | 0 | 1011010 | 110100 | 11111 | 101001111 | 1010001 | 100110 |
Color Harmonies of #B01255
Complementary color
Monochromatic Colors of #B01255
Black with #B01255
Text Example
Text Example
White with #B01255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01255; }
p { color: rgb(176,18,85); }
H1.HeaderClassName
{
color: #B01255;
}
.AnyTagClassName
{
color: #B01255;
}
</style>
background-color css
<style>
a { background-color: #B01255; }
a { background-color: rgb(176,18,85); }
div.DivClassName
{
background-color: #B01255;
}
.BgClassName
{
background-color: #B01255;
}
</style>
border-color css
<style>
span { border-color: #B01255; }
span { border-color: rgb(176,18,85); }
td.TdClassName
{
border-color: #B01255;
}
.TagClassName
{
border-color: #B01255;
}
</style>