Shades of Jazzberry Jam #B30272
Tints of Jazzberry Jam #B30272
RGB
CMYK
RGB Variations
Color information
#B30272 (or 0xB30272) is known color: Jazzberry Jam. HEX triplet: B3, 02 and 72. RGB value is (179,2,114). Sum of RGB (Red+Green+Blue) = 179+2+114=295 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.68% from 295); Green value is 2 (1.17% from 255 or 0.68% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 179 - color contains mainly: red. Hex color #B30272 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30272 is #4CFD8D. Grayscale: #434343. Windows color (decimal): -5045646 or 7471795. OLE color: 7471795.
HSL color Cylindrical-coordinate representation of color #B30272: hue angle of 322.03º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B30272 is Cyan = 0, Magento = 0.99, Yellow = 0.36 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 2 | 114 | - |
| CMYK | 0 | 0.99 | 0.36 | 0.30 |
| HSL | 322.03º | 0.98% | 0.35% | - |
| HSV(B) | 322.03º | 0.99% | 0.7% | - |
| XYZ | 21.65 | 10.84 | 16.87 | - |
| YUV | 67.69 | 154.14 | 207.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 2 | 114 | 0 | 0.99 | 0.36 | 0.30 | 322.03 | 0.98 | 0.35 |
| Hex | B3 | 2 | 72 | 0 | 63 | 24 | 1E | 142 | 62 | 23 |
| Octal | 263 | 2 | 162 | 0 | 143 | 44 | 36 | 502 | 142 | 43 |
| Binary | 10110011 | 10 | 1110010 | 0 | 1100011 | 100100 | 11110 | 101000010 | 1100010 | 100011 |
Color Harmonies of #B30272
Complementary color
Monochromatic Colors of #B30272
Black with #B30272
Text Example
Text Example
White with #B30272
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30272; }
p { color: rgb(179,2,114); }
H1.HeaderClassName
{
color: #B30272;
}
.AnyTagClassName
{
color: #B30272;
}
</style>
background-color css
<style>
a { background-color: #B30272; }
a { background-color: rgb(179,2,114); }
div.DivClassName
{
background-color: #B30272;
}
.BgClassName
{
background-color: #B30272;
}
</style>
border-color css
<style>
span { border-color: #B30272; }
span { border-color: rgb(179,2,114); }
td.TdClassName
{
border-color: #B30272;
}
.TagClassName
{
border-color: #B30272;
}
</style>