Shades of Jazzberry Jam #B01358
Tints of Jazzberry Jam #B01358
RGB
CMYK
RGB Variations
Color information
#B01358 (or 0xB01358) is known color: Jazzberry Jam. HEX triplet: B0, 13 and 58. RGB value is (176,19,88). Sum of RGB (Red+Green+Blue) = 176+19+88=283 (37% of max value = 765). Red value is 176 (69.14% from 255 or 62.19% from 283); Green value is 19 (7.81% from 255 or 6.71% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 176 - color contains mainly: red. Hex color #B01358 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01358 is #4FECA7. Grayscale: #494949. Windows color (decimal): -5237928 or 5772208. OLE color: 5772208.
HSL color Cylindrical-coordinate representation of color #B01358: hue angle of 333.63º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B01358 is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 19 | 88 | - |
| CMYK | 0 | 0.89 | 0.50 | 0.31 |
| HSL | 333.63º | 0.81% | 0.38% | - |
| HSV(B) | 333.63º | 0.89% | 0.69% | - |
| XYZ | 19.9 | 10.4 | 10.19 | - |
| YUV | 73.81 | 136.01 | 200.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 19 | 88 | 0 | 0.89 | 0.50 | 0.31 | 333.63 | 0.81 | 0.38 |
| Hex | B0 | 13 | 58 | 0 | 59 | 32 | 1F | 14E | 51 | 26 |
| Octal | 260 | 23 | 130 | 0 | 131 | 62 | 37 | 516 | 121 | 46 |
| Binary | 10110000 | 10011 | 1011000 | 0 | 1011001 | 110010 | 11111 | 101001110 | 1010001 | 100110 |
Color Harmonies of #B01358
Complementary color
Monochromatic Colors of #B01358
Black with #B01358
Text Example
Text Example
White with #B01358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01358; }
p { color: rgb(176,19,88); }
H1.HeaderClassName
{
color: #B01358;
}
.AnyTagClassName
{
color: #B01358;
}
</style>
background-color css
<style>
a { background-color: #B01358; }
a { background-color: rgb(176,19,88); }
div.DivClassName
{
background-color: #B01358;
}
.BgClassName
{
background-color: #B01358;
}
</style>
border-color css
<style>
span { border-color: #B01358; }
span { border-color: rgb(176,19,88); }
td.TdClassName
{
border-color: #B01358;
}
.TagClassName
{
border-color: #B01358;
}
</style>