Shades of Jazzberry Jam #B30B6D
Tints of Jazzberry Jam #B30B6D
RGB
CMYK
RGB Variations
Color information
#B30B6D (or 0xB30B6D) is known color: Jazzberry Jam. HEX triplet: B3, 0B and 6D. RGB value is (179,11,109). Sum of RGB (Red+Green+Blue) = 179+11+109=299 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.87% from 299); Green value is 11 (4.69% from 255 or 3.68% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 179 - color contains mainly: red. Hex color #B30B6D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30B6D is #4CF492. Grayscale: #484848. Windows color (decimal): -5043347 or 7146419. OLE color: 7146419.
HSL color Cylindrical-coordinate representation of color #B30B6D: hue angle of 325º degrees, saturation: 0.88, 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 #B30B6D is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 11 | 109 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.30 |
| HSL | 325º | 0.88% | 0.37% | - |
| HSV(B) | 325º | 0.94% | 0.7% | - |
| XYZ | 21.47 | 10.93 | 15.45 | - |
| YUV | 72.4 | 148.66 | 204.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 11 | 109 | 0 | 0.94 | 0.39 | 0.30 | 325 | 0.88 | 0.37 |
| Hex | B3 | B | 6D | 0 | 5E | 27 | 1E | 145 | 58 | 25 |
| Octal | 263 | 13 | 155 | 0 | 136 | 47 | 36 | 505 | 130 | 45 |
| Binary | 10110011 | 1011 | 1101101 | 0 | 1011110 | 100111 | 11110 | 101000101 | 1011000 | 100101 |
Color Harmonies of #B30B6D
Complementary color
Monochromatic Colors of #B30B6D
Black with #B30B6D
Text Example
Text Example
White with #B30B6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30B6D; }
p { color: rgb(179,11,109); }
H1.HeaderClassName
{
color: #B30B6D;
}
.AnyTagClassName
{
color: #B30B6D;
}
</style>
background-color css
<style>
a { background-color: #B30B6D; }
a { background-color: rgb(179,11,109); }
div.DivClassName
{
background-color: #B30B6D;
}
.BgClassName
{
background-color: #B30B6D;
}
</style>
border-color css
<style>
span { border-color: #B30B6D; }
span { border-color: rgb(179,11,109); }
td.TdClassName
{
border-color: #B30B6D;
}
.TagClassName
{
border-color: #B30B6D;
}
</style>