Shades of Jazzberry Jam #B30668
Tints of Jazzberry Jam #B30668
RGB
CMYK
RGB Variations
Color information
#B30668 (or 0xB30668) is known color: Jazzberry Jam. HEX triplet: B3, 06 and 68. RGB value is (179,6,104). Sum of RGB (Red+Green+Blue) = 179+6+104=289 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.94% from 289); Green value is 6 (2.73% from 255 or 2.08% from 289); Blue value is 104 (41.02% from 255 or 35.99% from 289); Max value from RGB is 179 - color contains mainly: red. Hex color #B30668 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30668 is #4CF997. Grayscale: #444444. Windows color (decimal): -5044632 or 6817459. OLE color: 6817459.
HSL color Cylindrical-coordinate representation of color #B30668: hue angle of 326.01º degrees, saturation: 0.94, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #B30668 is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 6 | 104 | - |
| CMYK | 0 | 0.97 | 0.42 | 0.30 |
| HSL | 326.01º | 0.94% | 0.36% | - |
| HSV(B) | 326.01º | 0.97% | 0.7% | - |
| XYZ | 21.15 | 10.71 | 14.05 | - |
| YUV | 68.9 | 147.81 | 206.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 6 | 104 | 0 | 0.97 | 0.42 | 0.30 | 326.01 | 0.94 | 0.36 |
| Hex | B3 | 6 | 68 | 0 | 61 | 2A | 1E | 146 | 5E | 24 |
| Octal | 263 | 6 | 150 | 0 | 141 | 52 | 36 | 506 | 136 | 44 |
| Binary | 10110011 | 110 | 1101000 | 0 | 1100001 | 101010 | 11110 | 101000110 | 1011110 | 100100 |
Color Harmonies of #B30668
Complementary color
Monochromatic Colors of #B30668
Black with #B30668
Text Example
Text Example
White with #B30668
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30668; }
p { color: rgb(179,6,104); }
H1.HeaderClassName
{
color: #B30668;
}
.AnyTagClassName
{
color: #B30668;
}
</style>
background-color css
<style>
a { background-color: #B30668; }
a { background-color: rgb(179,6,104); }
div.DivClassName
{
background-color: #B30668;
}
.BgClassName
{
background-color: #B30668;
}
</style>
border-color css
<style>
span { border-color: #B30668; }
span { border-color: rgb(179,6,104); }
td.TdClassName
{
border-color: #B30668;
}
.TagClassName
{
border-color: #B30668;
}
</style>