Shades of Jazzberry Jam #B30A4D
Tints of Jazzberry Jam #B30A4D
RGB
CMYK
RGB Variations
Color information
#B30A4D (or 0xB30A4D) is known color: Jazzberry Jam. HEX triplet: B3, 0A and 4D. RGB value is (179,10,77). Sum of RGB (Red+Green+Blue) = 179+10+77=266 (35% of max value = 765). Red value is 179 (70.31% from 255 or 67.29% from 266); Green value is 10 (4.30% from 255 or 3.76% from 266); Blue value is 77 (30.47% from 255 or 28.95% from 266); Max value from RGB is 179 - color contains mainly: red. Hex color #B30A4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30A4D is #4CF5B2. Grayscale: #444444. Windows color (decimal): -5043635 or 5049011. OLE color: 5049011.
HSL color Cylindrical-coordinate representation of color #B30A4D: hue angle of 336.21º degrees, saturation: 0.89, 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 #B30A4D is Cyan = 0, Magento = 0.94, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 10 | 77 | - |
| CMYK | 0 | 0.94 | 0.57 | 0.30 |
| HSL | 336.21º | 0.89% | 0.37% | - |
| HSV(B) | 336.21º | 0.94% | 0.7% | - |
| XYZ | 20.04 | 10.34 | 7.96 | - |
| YUV | 68.17 | 132.99 | 207.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 10 | 77 | 0 | 0.94 | 0.57 | 0.30 | 336.21 | 0.89 | 0.37 |
| Hex | B3 | A | 4D | 0 | 5E | 39 | 1E | 150 | 59 | 25 |
| Octal | 263 | 12 | 115 | 0 | 136 | 71 | 36 | 520 | 131 | 45 |
| Binary | 10110011 | 1010 | 1001101 | 0 | 1011110 | 111001 | 11110 | 101010000 | 1011001 | 100101 |
Color Harmonies of #B30A4D
Complementary color
Monochromatic Colors of #B30A4D
Black with #B30A4D
Text Example
Text Example
White with #B30A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30A4D; }
p { color: rgb(179,10,77); }
H1.HeaderClassName
{
color: #B30A4D;
}
.AnyTagClassName
{
color: #B30A4D;
}
</style>
background-color css
<style>
a { background-color: #B30A4D; }
a { background-color: rgb(179,10,77); }
div.DivClassName
{
background-color: #B30A4D;
}
.BgClassName
{
background-color: #B30A4D;
}
</style>
border-color css
<style>
span { border-color: #B30A4D; }
span { border-color: rgb(179,10,77); }
td.TdClassName
{
border-color: #B30A4D;
}
.TagClassName
{
border-color: #B30A4D;
}
</style>