Shades of Jazzberry Jam #B30753
Tints of Jazzberry Jam #B30753
RGB
CMYK
RGB Variations
Color information
#B30753 (or 0xB30753) is known color: Jazzberry Jam. HEX triplet: B3, 07 and 53. RGB value is (179,7,83). Sum of RGB (Red+Green+Blue) = 179+7+83=269 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.54% from 269); Green value is 7 (3.12% from 255 or 2.60% from 269); Blue value is 83 (32.81% from 255 or 30.86% from 269); Max value from RGB is 179 - color contains mainly: red. Hex color #B30753 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30753 is #4CF8AC. Grayscale: #424242. Windows color (decimal): -5044397 or 5441459. OLE color: 5441459.
HSL color Cylindrical-coordinate representation of color #B30753: hue angle of 333.49º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B30753 is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 7 | 83 | - |
| CMYK | 0 | 0.96 | 0.54 | 0.30 |
| HSL | 333.49º | 0.92% | 0.36% | - |
| HSV(B) | 333.49º | 0.96% | 0.7% | - |
| XYZ | 20.23 | 10.36 | 9.12 | - |
| YUV | 67.09 | 136.98 | 207.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 7 | 83 | 0 | 0.96 | 0.54 | 0.30 | 333.49 | 0.92 | 0.36 |
| Hex | B3 | 7 | 53 | 0 | 60 | 36 | 1E | 14D | 5C | 24 |
| Octal | 263 | 7 | 123 | 0 | 140 | 66 | 36 | 515 | 134 | 44 |
| Binary | 10110011 | 111 | 1010011 | 0 | 1100000 | 110110 | 11110 | 101001101 | 1011100 | 100100 |
Color Harmonies of #B30753
Complementary color
Monochromatic Colors of #B30753
Black with #B30753
Text Example
Text Example
White with #B30753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30753; }
p { color: rgb(179,7,83); }
H1.HeaderClassName
{
color: #B30753;
}
.AnyTagClassName
{
color: #B30753;
}
</style>
background-color css
<style>
a { background-color: #B30753; }
a { background-color: rgb(179,7,83); }
div.DivClassName
{
background-color: #B30753;
}
.BgClassName
{
background-color: #B30753;
}
</style>
border-color css
<style>
span { border-color: #B30753; }
span { border-color: rgb(179,7,83); }
td.TdClassName
{
border-color: #B30753;
}
.TagClassName
{
border-color: #B30753;
}
</style>