Shades of Jazzberry Jam #B30952
Tints of Jazzberry Jam #B30952
RGB
CMYK
RGB Variations
Color information
#B30952 (or 0xB30952) is known color: Jazzberry Jam. HEX triplet: B3, 09 and 52. RGB value is (179,9,82). Sum of RGB (Red+Green+Blue) = 179+9+82=270 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.30% from 270); Green value is 9 (3.91% from 255 or 3.33% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 179 - color contains mainly: red. Hex color #B30952 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30952 is #4CF6AD. Grayscale: #444444. Windows color (decimal): -5043886 or 5376435. OLE color: 5376435.
HSL color Cylindrical-coordinate representation of color #B30952: hue angle of 334.24º 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 #B30952 is Cyan = 0, Magento = 0.95, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 9 | 82 | - |
| CMYK | 0 | 0.95 | 0.54 | 0.30 |
| HSL | 334.24º | 0.9% | 0.37% | - |
| HSV(B) | 334.24º | 0.95% | 0.7% | - |
| XYZ | 20.21 | 10.39 | 8.92 | - |
| YUV | 68.15 | 135.82 | 207.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 9 | 82 | 0 | 0.95 | 0.54 | 0.30 | 334.24 | 0.9 | 0.37 |
| Hex | B3 | 9 | 52 | 0 | 5F | 36 | 1E | 14E | 5A | 25 |
| Octal | 263 | 11 | 122 | 0 | 137 | 66 | 36 | 516 | 132 | 45 |
| Binary | 10110011 | 1001 | 1010010 | 0 | 1011111 | 110110 | 11110 | 101001110 | 1011010 | 100101 |
Color Harmonies of #B30952
Complementary color
Monochromatic Colors of #B30952
Black with #B30952
Text Example
Text Example
White with #B30952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30952; }
p { color: rgb(179,9,82); }
H1.HeaderClassName
{
color: #B30952;
}
.AnyTagClassName
{
color: #B30952;
}
</style>
background-color css
<style>
a { background-color: #B30952; }
a { background-color: rgb(179,9,82); }
div.DivClassName
{
background-color: #B30952;
}
.BgClassName
{
background-color: #B30952;
}
</style>
border-color css
<style>
span { border-color: #B30952; }
span { border-color: rgb(179,9,82); }
td.TdClassName
{
border-color: #B30952;
}
.TagClassName
{
border-color: #B30952;
}
</style>