Shades of Jazzberry Jam #B01172
Tints of Jazzberry Jam #B01172
RGB
CMYK
RGB Variations
Color information
#B01172 (or 0xB01172) is known color: Jazzberry Jam. HEX triplet: B0, 11 and 72. RGB value is (176,17,114). Sum of RGB (Red+Green+Blue) = 176+17+114=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 17 (7.03% from 255 or 5.54% from 307); Blue value is 114 (44.92% from 255 or 37.13% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B01172 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B01172 is #4FEE8D. Grayscale: #4B4B4B. Windows color (decimal): -5238414 or 7475632. OLE color: 7475632.
HSL color Cylindrical-coordinate representation of color #B01172: hue angle of 323.4º degrees, saturation: 0.82, 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 #B01172 is Cyan = 0, Magento = 0.90, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 176 | 17 | 114 | - |
| CMYK | 0 | 0.90 | 0.35 | 0.31 |
| HSL | 323.4º | 0.82% | 0.38% | - |
| HSV(B) | 323.4º | 0.9% | 0.69% | - |
| XYZ | 21.14 | 10.85 | 16.9 | - |
| YUV | 75.6 | 149.68 | 199.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 17 | 114 | 0 | 0.90 | 0.35 | 0.31 | 323.4 | 0.82 | 0.38 |
| Hex | B0 | 11 | 72 | 0 | 5A | 23 | 1F | 143 | 52 | 26 |
| Octal | 260 | 21 | 162 | 0 | 132 | 43 | 37 | 503 | 122 | 46 |
| Binary | 10110000 | 10001 | 1110010 | 0 | 1011010 | 100011 | 11111 | 101000011 | 1010010 | 100110 |
Color Harmonies of #B01172
Complementary color
Monochromatic Colors of #B01172
Black with #B01172
Text Example
Text Example
White with #B01172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B01172; }
p { color: rgb(176,17,114); }
H1.HeaderClassName
{
color: #B01172;
}
.AnyTagClassName
{
color: #B01172;
}
</style>
background-color css
<style>
a { background-color: #B01172; }
a { background-color: rgb(176,17,114); }
div.DivClassName
{
background-color: #B01172;
}
.BgClassName
{
background-color: #B01172;
}
</style>
border-color css
<style>
span { border-color: #B01172; }
span { border-color: rgb(176,17,114); }
td.TdClassName
{
border-color: #B01172;
}
.TagClassName
{
border-color: #B01172;
}
</style>