Shades of Jazzberry Jam #B30A5E
Tints of Jazzberry Jam #B30A5E
RGB
CMYK
RGB Variations
Color information
#B30A5E (or 0xB30A5E) is known color: Jazzberry Jam. HEX triplet: B3, 0A and 5E. RGB value is (179,10,94). Sum of RGB (Red+Green+Blue) = 179+10+94=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 10 (4.30% from 255 or 3.53% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B30A5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30A5E is #4CF5A1. Grayscale: #454545. Windows color (decimal): -5043618 or 6163123. OLE color: 6163123.
HSL color Cylindrical-coordinate representation of color #B30A5E: hue angle of 330.18º 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 #B30A5E is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 10 | 94 | - |
| CMYK | 0 | 0.94 | 0.47 | 0.30 |
| HSL | 330.18º | 0.89% | 0.37% | - |
| HSV(B) | 330.18º | 0.94% | 0.7% | - |
| XYZ | 20.72 | 10.61 | 11.55 | - |
| YUV | 70.11 | 141.49 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 10 | 94 | 0 | 0.94 | 0.47 | 0.30 | 330.18 | 0.89 | 0.37 |
| Hex | B3 | A | 5E | 0 | 5E | 2F | 1E | 14A | 59 | 25 |
| Octal | 263 | 12 | 136 | 0 | 136 | 57 | 36 | 512 | 131 | 45 |
| Binary | 10110011 | 1010 | 1011110 | 0 | 1011110 | 101111 | 11110 | 101001010 | 1011001 | 100101 |
Color Harmonies of #B30A5E
Complementary color
Monochromatic Colors of #B30A5E
Black with #B30A5E
Text Example
Text Example
White with #B30A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30A5E; }
p { color: rgb(179,10,94); }
H1.HeaderClassName
{
color: #B30A5E;
}
.AnyTagClassName
{
color: #B30A5E;
}
</style>
background-color css
<style>
a { background-color: #B30A5E; }
a { background-color: rgb(179,10,94); }
div.DivClassName
{
background-color: #B30A5E;
}
.BgClassName
{
background-color: #B30A5E;
}
</style>
border-color css
<style>
span { border-color: #B30A5E; }
span { border-color: rgb(179,10,94); }
td.TdClassName
{
border-color: #B30A5E;
}
.TagClassName
{
border-color: #B30A5E;
}
</style>