Shades of Jazzberry Jam #B30B69
Tints of Jazzberry Jam #B30B69
RGB
CMYK
RGB Variations
Color information
#B30B69 (or 0xB30B69) is known color: Jazzberry Jam. HEX triplet: B3, 0B and 69. RGB value is (179,11,105). Sum of RGB (Red+Green+Blue) = 179+11+105=295 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.68% from 295); Green value is 11 (4.69% from 255 or 3.73% from 295); Blue value is 105 (41.41% from 255 or 35.59% from 295); Max value from RGB is 179 - color contains mainly: red. Hex color #B30B69 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30B69 is #4CF496. Grayscale: #474747. Windows color (decimal): -5043351 or 6884275. OLE color: 6884275.
HSL color Cylindrical-coordinate representation of color #B30B69: hue angle of 326.43º 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 #B30B69 is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 11 | 105 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.30 |
| HSL | 326.43º | 0.88% | 0.37% | - |
| HSV(B) | 326.43º | 0.94% | 0.7% | - |
| XYZ | 21.26 | 10.84 | 14.34 | - |
| YUV | 71.95 | 146.66 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 11 | 105 | 0 | 0.94 | 0.41 | 0.30 | 326.43 | 0.88 | 0.37 |
| Hex | B3 | B | 69 | 0 | 5E | 29 | 1E | 146 | 58 | 25 |
| Octal | 263 | 13 | 151 | 0 | 136 | 51 | 36 | 506 | 130 | 45 |
| Binary | 10110011 | 1011 | 1101001 | 0 | 1011110 | 101001 | 11110 | 101000110 | 1011000 | 100101 |
Color Harmonies of #B30B69
Complementary color
Monochromatic Colors of #B30B69
Black with #B30B69
Text Example
Text Example
White with #B30B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30B69; }
p { color: rgb(179,11,105); }
H1.HeaderClassName
{
color: #B30B69;
}
.AnyTagClassName
{
color: #B30B69;
}
</style>
background-color css
<style>
a { background-color: #B30B69; }
a { background-color: rgb(179,11,105); }
div.DivClassName
{
background-color: #B30B69;
}
.BgClassName
{
background-color: #B30B69;
}
</style>
border-color css
<style>
span { border-color: #B30B69; }
span { border-color: rgb(179,11,105); }
td.TdClassName
{
border-color: #B30B69;
}
.TagClassName
{
border-color: #B30B69;
}
</style>