Shades of Jazzberry Jam #B30B5A
Tints of Jazzberry Jam #B30B5A
RGB
CMYK
RGB Variations
Color information
#B30B5A (or 0xB30B5A) is known color: Jazzberry Jam. HEX triplet: B3, 0B and 5A. RGB value is (179,11,90). Sum of RGB (Red+Green+Blue) = 179+11+90=280 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.93% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 90 (35.55% from 255 or 32.14% from 280); Max value from RGB is 179 - color contains mainly: red. Hex color #B30B5A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30B5A is #4CF4A5. Grayscale: #464646. Windows color (decimal): -5043366 or 5901235. OLE color: 5901235.
HSL color Cylindrical-coordinate representation of color #B30B5A: hue angle of 331.79º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B30B5A is Cyan = 0, Magento = 0.94, Yellow = 0.50 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 11 | 90 | - |
| CMYK | 0 | 0.94 | 0.50 | 0.30 |
| HSL | 331.79º | 0.88% | 0.37% | - |
| HSV(B) | 331.79º | 0.94% | 0.7% | - |
| XYZ | 20.56 | 10.56 | 10.63 | - |
| YUV | 70.24 | 139.16 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 11 | 90 | 0 | 0.94 | 0.50 | 0.30 | 331.79 | 0.88 | 0.37 |
| Hex | B3 | B | 5A | 0 | 5E | 32 | 1E | 14C | 58 | 25 |
| Octal | 263 | 13 | 132 | 0 | 136 | 62 | 36 | 514 | 130 | 45 |
| Binary | 10110011 | 1011 | 1011010 | 0 | 1011110 | 110010 | 11110 | 101001100 | 1011000 | 100101 |
Color Harmonies of #B30B5A
Complementary color
Monochromatic Colors of #B30B5A
Black with #B30B5A
Text Example
Text Example
White with #B30B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30B5A; }
p { color: rgb(179,11,90); }
H1.HeaderClassName
{
color: #B30B5A;
}
.AnyTagClassName
{
color: #B30B5A;
}
</style>
background-color css
<style>
a { background-color: #B30B5A; }
a { background-color: rgb(179,11,90); }
div.DivClassName
{
background-color: #B30B5A;
}
.BgClassName
{
background-color: #B30B5A;
}
</style>
border-color css
<style>
span { border-color: #B30B5A; }
span { border-color: rgb(179,11,90); }
td.TdClassName
{
border-color: #B30B5A;
}
.TagClassName
{
border-color: #B30B5A;
}
</style>