Shades of Jazzberry Jam #B30160
Tints of Jazzberry Jam #B30160
RGB
CMYK
RGB Variations
Color information
#B30160 (or 0xB30160) is known color: Jazzberry Jam. HEX triplet: B3, 01 and 60. RGB value is (179,1,96). Sum of RGB (Red+Green+Blue) = 179+1+96=276 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.86% from 276); Green value is 1 (0.78% from 255 or 0.36% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 179 - color contains mainly: red. Hex color #B30160 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30160 is #4CFE9F. Grayscale: #404040. Windows color (decimal): -5045920 or 6291891. OLE color: 6291891.
HSL color Cylindrical-coordinate representation of color #B30160: hue angle of 327.98º 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 #B30160 is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 96 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.30 |
| HSL | 327.98º | 0.99% | 0.35% | - |
| HSV(B) | 327.98º | 0.99% | 0.7% | - |
| XYZ | 20.71 | 10.45 | 11.99 | - |
| YUV | 65.05 | 145.47 | 209.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 96 | 0 | 0.99 | 0.46 | 0.30 | 327.98 | 0.99 | 0.35 |
| Hex | B3 | 1 | 60 | 0 | 63 | 2E | 1E | 148 | 63 | 23 |
| Octal | 263 | 1 | 140 | 0 | 143 | 56 | 36 | 510 | 143 | 43 |
| Binary | 10110011 | 1 | 1100000 | 0 | 1100011 | 101110 | 11110 | 101001000 | 1100011 | 100011 |
Color Harmonies of #B30160
Complementary color
Monochromatic Colors of #B30160
Black with #B30160
Text Example
Text Example
White with #B30160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30160; }
p { color: rgb(179,1,96); }
H1.HeaderClassName
{
color: #B30160;
}
.AnyTagClassName
{
color: #B30160;
}
</style>
background-color css
<style>
a { background-color: #B30160; }
a { background-color: rgb(179,1,96); }
div.DivClassName
{
background-color: #B30160;
}
.BgClassName
{
background-color: #B30160;
}
</style>
border-color css
<style>
span { border-color: #B30160; }
span { border-color: rgb(179,1,96); }
td.TdClassName
{
border-color: #B30160;
}
.TagClassName
{
border-color: #B30160;
}
</style>