Shades of Jazzberry Jam #B30A6D
Tints of Jazzberry Jam #B30A6D
RGB
CMYK
RGB Variations
Color information
#B30A6D (or 0xB30A6D) is known color: Jazzberry Jam. HEX triplet: B3, 0A and 6D. RGB value is (179,10,109). Sum of RGB (Red+Green+Blue) = 179+10+109=298 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.07% from 298); Green value is 10 (4.30% from 255 or 3.36% from 298); Blue value is 109 (42.97% from 255 or 36.58% from 298); Max value from RGB is 179 - color contains mainly: red. Hex color #B30A6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30A6D is #4CF592. Grayscale: #474747. Windows color (decimal): -5043603 or 7146163. OLE color: 7146163.
HSL color Cylindrical-coordinate representation of color #B30A6D: hue angle of 324.85º 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 #B30A6D is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 10 | 109 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.30 |
| HSL | 324.85º | 0.89% | 0.37% | - |
| HSV(B) | 324.85º | 0.94% | 0.7% | - |
| XYZ | 21.46 | 10.9 | 15.44 | - |
| YUV | 71.82 | 148.99 | 204.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 10 | 109 | 0 | 0.94 | 0.39 | 0.30 | 324.85 | 0.89 | 0.37 |
| Hex | B3 | A | 6D | 0 | 5E | 27 | 1E | 145 | 59 | 25 |
| Octal | 263 | 12 | 155 | 0 | 136 | 47 | 36 | 505 | 131 | 45 |
| Binary | 10110011 | 1010 | 1101101 | 0 | 1011110 | 100111 | 11110 | 101000101 | 1011001 | 100101 |
Color Harmonies of #B30A6D
Complementary color
Monochromatic Colors of #B30A6D
Black with #B30A6D
Text Example
Text Example
White with #B30A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30A6D; }
p { color: rgb(179,10,109); }
H1.HeaderClassName
{
color: #B30A6D;
}
.AnyTagClassName
{
color: #B30A6D;
}
</style>
background-color css
<style>
a { background-color: #B30A6D; }
a { background-color: rgb(179,10,109); }
div.DivClassName
{
background-color: #B30A6D;
}
.BgClassName
{
background-color: #B30A6D;
}
</style>
border-color css
<style>
span { border-color: #B30A6D; }
span { border-color: rgb(179,10,109); }
td.TdClassName
{
border-color: #B30A6D;
}
.TagClassName
{
border-color: #B30A6D;
}
</style>