Shades of Jazzberry Jam #B30170
Tints of Jazzberry Jam #B30170
RGB
CMYK
RGB Variations
Color information
#B30170 (or 0xB30170) is known color: Jazzberry Jam. HEX triplet: B3, 01 and 70. RGB value is (179,1,112). Sum of RGB (Red+Green+Blue) = 179+1+112=292 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.30% from 292); Green value is 1 (0.78% from 255 or 0.34% from 292); Blue value is 112 (44.14% from 255 or 38.36% from 292); Max value from RGB is 179 - color contains mainly: red. Hex color #B30170 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30170 is #4CFE8F. Grayscale: #424242. Windows color (decimal): -5045904 or 7340467. OLE color: 7340467.
HSL color Cylindrical-coordinate representation of color #B30170: hue angle of 322.58º degrees, saturation: 0.99, 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 #B30170 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 112 | - |
| CMYK | 0 | 0.99 | 0.37 | 0.30 |
| HSL | 322.58º | 0.99% | 0.35% | - |
| HSV(B) | 322.58º | 0.99% | 0.7% | - |
| XYZ | 21.53 | 10.78 | 16.27 | - |
| YUV | 66.88 | 153.47 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 112 | 0 | 0.99 | 0.37 | 0.30 | 322.58 | 0.99 | 0.35 |
| Hex | B3 | 1 | 70 | 0 | 63 | 25 | 1E | 143 | 63 | 23 |
| Octal | 263 | 1 | 160 | 0 | 143 | 45 | 36 | 503 | 143 | 43 |
| Binary | 10110011 | 1 | 1110000 | 0 | 1100011 | 100101 | 11110 | 101000011 | 1100011 | 100011 |
Color Harmonies of #B30170
Complementary color
Monochromatic Colors of #B30170
Black with #B30170
Text Example
Text Example
White with #B30170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30170; }
p { color: rgb(179,1,112); }
H1.HeaderClassName
{
color: #B30170;
}
.AnyTagClassName
{
color: #B30170;
}
</style>
background-color css
<style>
a { background-color: #B30170; }
a { background-color: rgb(179,1,112); }
div.DivClassName
{
background-color: #B30170;
}
.BgClassName
{
background-color: #B30170;
}
</style>
border-color css
<style>
span { border-color: #B30170; }
span { border-color: rgb(179,1,112); }
td.TdClassName
{
border-color: #B30170;
}
.TagClassName
{
border-color: #B30170;
}
</style>