Shades of Jazzberry Jam #B30951
Tints of Jazzberry Jam #B30951
RGB
CMYK
RGB Variations
Color information
#B30951 (or 0xB30951) is known color: Jazzberry Jam. HEX triplet: B3, 09 and 51. RGB value is (179,9,81). Sum of RGB (Red+Green+Blue) = 179+9+81=269 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.54% from 269); Green value is 9 (3.91% from 255 or 3.35% from 269); Blue value is 81 (32.03% from 255 or 30.11% from 269); Max value from RGB is 179 - color contains mainly: red. Hex color #B30951 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30951 is #4CF6AE. Grayscale: #434343. Windows color (decimal): -5043887 or 5310899. OLE color: 5310899.
HSL color Cylindrical-coordinate representation of color #B30951: hue angle of 334.59º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B30951 is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 9 | 81 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.30 |
| HSL | 334.59º | 0.9% | 0.37% | - |
| HSV(B) | 334.59º | 0.95% | 0.7% | - |
| XYZ | 20.17 | 10.37 | 8.72 | - |
| YUV | 68.04 | 135.32 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 9 | 81 | 0 | 0.95 | 0.55 | 0.30 | 334.59 | 0.9 | 0.37 |
| Hex | B3 | 9 | 51 | 0 | 5F | 37 | 1E | 14F | 5A | 25 |
| Octal | 263 | 11 | 121 | 0 | 137 | 67 | 36 | 517 | 132 | 45 |
| Binary | 10110011 | 1001 | 1010001 | 0 | 1011111 | 110111 | 11110 | 101001111 | 1011010 | 100101 |
Color Harmonies of #B30951
Complementary color
Monochromatic Colors of #B30951
Black with #B30951
Text Example
Text Example
White with #B30951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30951; }
p { color: rgb(179,9,81); }
H1.HeaderClassName
{
color: #B30951;
}
.AnyTagClassName
{
color: #B30951;
}
</style>
background-color css
<style>
a { background-color: #B30951; }
a { background-color: rgb(179,9,81); }
div.DivClassName
{
background-color: #B30951;
}
.BgClassName
{
background-color: #B30951;
}
</style>
border-color css
<style>
span { border-color: #B30951; }
span { border-color: rgb(179,9,81); }
td.TdClassName
{
border-color: #B30951;
}
.TagClassName
{
border-color: #B30951;
}
</style>