Shades of Jazzberry Jam #B30950
Tints of Jazzberry Jam #B30950
RGB
CMYK
RGB Variations
Color information
#B30950 (or 0xB30950) is known color: Jazzberry Jam. HEX triplet: B3, 09 and 50. RGB value is (179,9,80). Sum of RGB (Red+Green+Blue) = 179+9+80=268 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.79% from 268); Green value is 9 (3.91% from 255 or 3.36% from 268); Blue value is 80 (31.64% from 255 or 29.85% from 268); Max value from RGB is 179 - color contains mainly: red. Hex color #B30950 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30950 is #4CF6AF. Grayscale: #434343. Windows color (decimal): -5043888 or 5245363. OLE color: 5245363.
HSL color Cylindrical-coordinate representation of color #B30950: hue angle of 334.94º 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 #B30950 is Cyan = 0, Magento = 0.95, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 9 | 80 | - |
| CMYK | 0 | 0.95 | 0.55 | 0.30 |
| HSL | 334.94º | 0.9% | 0.37% | - |
| HSV(B) | 334.94º | 0.95% | 0.7% | - |
| XYZ | 20.14 | 10.36 | 8.53 | - |
| YUV | 67.92 | 134.82 | 207.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 9 | 80 | 0 | 0.95 | 0.55 | 0.30 | 334.94 | 0.9 | 0.37 |
| Hex | B3 | 9 | 50 | 0 | 5F | 37 | 1E | 14F | 5A | 25 |
| Octal | 263 | 11 | 120 | 0 | 137 | 67 | 36 | 517 | 132 | 45 |
| Binary | 10110011 | 1001 | 1010000 | 0 | 1011111 | 110111 | 11110 | 101001111 | 1011010 | 100101 |
Color Harmonies of #B30950
Complementary color
Monochromatic Colors of #B30950
Black with #B30950
Text Example
Text Example
White with #B30950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30950; }
p { color: rgb(179,9,80); }
H1.HeaderClassName
{
color: #B30950;
}
.AnyTagClassName
{
color: #B30950;
}
</style>
background-color css
<style>
a { background-color: #B30950; }
a { background-color: rgb(179,9,80); }
div.DivClassName
{
background-color: #B30950;
}
.BgClassName
{
background-color: #B30950;
}
</style>
border-color css
<style>
span { border-color: #B30950; }
span { border-color: rgb(179,9,80); }
td.TdClassName
{
border-color: #B30950;
}
.TagClassName
{
border-color: #B30950;
}
</style>