Shades of Jazzberry Jam #B30164
Tints of Jazzberry Jam #B30164
RGB
CMYK
RGB Variations
Color information
#B30164 (or 0xB30164) is known color: Jazzberry Jam. HEX triplet: B3, 01 and 64. RGB value is (179,1,100). Sum of RGB (Red+Green+Blue) = 179+1+100=280 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.93% from 280); Green value is 1 (0.78% from 255 or 0.36% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 179 - color contains mainly: red. Hex color #B30164 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30164 is #4CFE9B. Grayscale: #414141. Windows color (decimal): -5045916 or 6554035. OLE color: 6554035.
HSL color Cylindrical-coordinate representation of color #B30164: hue angle of 326.63º 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 #B30164 is Cyan = 0, Magento = 0.99, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 100 | - |
| CMYK | 0 | 0.99 | 0.44 | 0.30 |
| HSL | 326.63º | 0.99% | 0.35% | - |
| HSV(B) | 326.63º | 0.99% | 0.7% | - |
| XYZ | 20.9 | 10.53 | 12.99 | - |
| YUV | 65.51 | 147.47 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 100 | 0 | 0.99 | 0.44 | 0.30 | 326.63 | 0.99 | 0.35 |
| Hex | B3 | 1 | 64 | 0 | 63 | 2C | 1E | 147 | 63 | 23 |
| Octal | 263 | 1 | 144 | 0 | 143 | 54 | 36 | 507 | 143 | 43 |
| Binary | 10110011 | 1 | 1100100 | 0 | 1100011 | 101100 | 11110 | 101000111 | 1100011 | 100011 |
Color Harmonies of #B30164
Complementary color
Monochromatic Colors of #B30164
Black with #B30164
Text Example
Text Example
White with #B30164
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30164; }
p { color: rgb(179,1,100); }
H1.HeaderClassName
{
color: #B30164;
}
.AnyTagClassName
{
color: #B30164;
}
</style>
background-color css
<style>
a { background-color: #B30164; }
a { background-color: rgb(179,1,100); }
div.DivClassName
{
background-color: #B30164;
}
.BgClassName
{
background-color: #B30164;
}
</style>
border-color css
<style>
span { border-color: #B30164; }
span { border-color: rgb(179,1,100); }
td.TdClassName
{
border-color: #B30164;
}
.TagClassName
{
border-color: #B30164;
}
</style>