Shades of Jazzberry Jam #B30153
Tints of Jazzberry Jam #B30153
RGB
CMYK
RGB Variations
Color information
#B30153 (or 0xB30153) is known color: Jazzberry Jam. HEX triplet: B3, 01 and 53. RGB value is (179,1,83). Sum of RGB (Red+Green+Blue) = 179+1+83=263 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.06% from 263); Green value is 1 (0.78% from 255 or 0.38% from 263); Blue value is 83 (32.81% from 255 or 31.56% from 263); Max value from RGB is 179 - color contains mainly: red. Hex color #B30153 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30153 is #4CFEAC. Grayscale: #3F3F3F. Windows color (decimal): -5045933 or 5439923. OLE color: 5439923.
HSL color Cylindrical-coordinate representation of color #B30153: hue angle of 332.36º 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 #B30153 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 1 | 83 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.30 |
| HSL | 332.36º | 0.99% | 0.35% | - |
| HSV(B) | 332.36º | 0.99% | 0.7% | - |
| XYZ | 20.16 | 10.23 | 9.1 | - |
| YUV | 63.57 | 138.97 | 210.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 1 | 83 | 0 | 0.99 | 0.54 | 0.30 | 332.36 | 0.99 | 0.35 |
| Hex | B3 | 1 | 53 | 0 | 63 | 36 | 1E | 14C | 63 | 23 |
| Octal | 263 | 1 | 123 | 0 | 143 | 66 | 36 | 514 | 143 | 43 |
| Binary | 10110011 | 1 | 1010011 | 0 | 1100011 | 110110 | 11110 | 101001100 | 1100011 | 100011 |
Color Harmonies of #B30153
Complementary color
Monochromatic Colors of #B30153
Black with #B30153
Text Example
Text Example
White with #B30153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30153; }
p { color: rgb(179,1,83); }
H1.HeaderClassName
{
color: #B30153;
}
.AnyTagClassName
{
color: #B30153;
}
</style>
background-color css
<style>
a { background-color: #B30153; }
a { background-color: rgb(179,1,83); }
div.DivClassName
{
background-color: #B30153;
}
.BgClassName
{
background-color: #B30153;
}
</style>
border-color css
<style>
span { border-color: #B30153; }
span { border-color: rgb(179,1,83); }
td.TdClassName
{
border-color: #B30153;
}
.TagClassName
{
border-color: #B30153;
}
</style>