Shades of Jazzberry Jam #B30B49
Tints of Jazzberry Jam #B30B49
RGB
CMYK
RGB Variations
Color information
#B30B49 (or 0xB30B49) is known color: Jazzberry Jam. HEX triplet: B3, 0B and 49. RGB value is (179,11,73). Sum of RGB (Red+Green+Blue) = 179+11+73=263 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.06% from 263); Green value is 11 (4.69% from 255 or 4.18% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 179 - color contains mainly: red. Hex color #B30B49 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B30B49 is #4CF4B6. Grayscale: #444444. Windows color (decimal): -5043383 or 4787123. OLE color: 4787123.
HSL color Cylindrical-coordinate representation of color #B30B49: hue angle of 337.86º 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 #B30B49 is Cyan = 0, Magento = 0.94, Yellow = 0.59 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 11 | 73 | - |
| CMYK | 0 | 0.94 | 0.59 | 0.30 |
| HSL | 337.86º | 0.88% | 0.37% | - |
| HSV(B) | 337.86º | 0.94% | 0.7% | - |
| XYZ | 19.91 | 10.3 | 7.24 | - |
| YUV | 68.3 | 130.66 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 11 | 73 | 0 | 0.94 | 0.59 | 0.30 | 337.86 | 0.88 | 0.37 |
| Hex | B3 | B | 49 | 0 | 5E | 3B | 1E | 152 | 58 | 25 |
| Octal | 263 | 13 | 111 | 0 | 136 | 73 | 36 | 522 | 130 | 45 |
| Binary | 10110011 | 1011 | 1001001 | 0 | 1011110 | 111011 | 11110 | 101010010 | 1011000 | 100101 |
Color Harmonies of #B30B49
Complementary color
Monochromatic Colors of #B30B49
Black with #B30B49
Text Example
Text Example
White with #B30B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30B49; }
p { color: rgb(179,11,73); }
H1.HeaderClassName
{
color: #B30B49;
}
.AnyTagClassName
{
color: #B30B49;
}
</style>
background-color css
<style>
a { background-color: #B30B49; }
a { background-color: rgb(179,11,73); }
div.DivClassName
{
background-color: #B30B49;
}
.BgClassName
{
background-color: #B30B49;
}
</style>
border-color css
<style>
span { border-color: #B30B49; }
span { border-color: rgb(179,11,73); }
td.TdClassName
{
border-color: #B30B49;
}
.TagClassName
{
border-color: #B30B49;
}
</style>