Shades of Jazzberry Jam #B30A6E
Tints of Jazzberry Jam #B30A6E
RGB
CMYK
RGB Variations
Color information
#B30A6E (or 0xB30A6E) is known color: Jazzberry Jam. HEX triplet: B3, 0A and 6E. RGB value is (179,10,110). Sum of RGB (Red+Green+Blue) = 179+10+110=299 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.87% from 299); Green value is 10 (4.30% from 255 or 3.34% from 299); Blue value is 110 (43.36% from 255 or 36.79% from 299); Max value from RGB is 179 - color contains mainly: red. Hex color #B30A6E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30A6E is #4CF591. Grayscale: #474747. Windows color (decimal): -5043602 or 7211699. OLE color: 7211699.
HSL color Cylindrical-coordinate representation of color #B30A6E: hue angle of 324.5º 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 #B30A6E is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 10 | 110 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.30 |
| HSL | 324.5º | 0.89% | 0.37% | - |
| HSV(B) | 324.5º | 0.94% | 0.7% | - |
| XYZ | 21.51 | 10.93 | 15.73 | - |
| YUV | 71.93 | 149.49 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 10 | 110 | 0 | 0.94 | 0.39 | 0.30 | 324.5 | 0.89 | 0.37 |
| Hex | B3 | A | 6E | 0 | 5E | 27 | 1E | 144 | 59 | 25 |
| Octal | 263 | 12 | 156 | 0 | 136 | 47 | 36 | 504 | 131 | 45 |
| Binary | 10110011 | 1010 | 1101110 | 0 | 1011110 | 100111 | 11110 | 101000100 | 1011001 | 100101 |
Color Harmonies of #B30A6E
Complementary color
Monochromatic Colors of #B30A6E
Black with #B30A6E
Text Example
Text Example
White with #B30A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30A6E; }
p { color: rgb(179,10,110); }
H1.HeaderClassName
{
color: #B30A6E;
}
.AnyTagClassName
{
color: #B30A6E;
}
</style>
background-color css
<style>
a { background-color: #B30A6E; }
a { background-color: rgb(179,10,110); }
div.DivClassName
{
background-color: #B30A6E;
}
.BgClassName
{
background-color: #B30A6E;
}
</style>
border-color css
<style>
span { border-color: #B30A6E; }
span { border-color: rgb(179,10,110); }
td.TdClassName
{
border-color: #B30A6E;
}
.TagClassName
{
border-color: #B30A6E;
}
</style>