Shades of Jazzberry Jam #B30068
Tints of Jazzberry Jam #B30068
RGB
CMYK
RGB Variations
Color information
#B30068 (or 0xB30068) is known color: Jazzberry Jam. HEX triplet: B3, 00 and 68. RGB value is (179,0,104). Sum of RGB (Red+Green+Blue) = 179+0+104=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 104 (41.02% from 255 or 36.75% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B30068 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30068 is #4CFF97. Grayscale: #414141. Windows color (decimal): -5046168 or 6815923. OLE color: 6815923.
HSL color Cylindrical-coordinate representation of color #B30068: hue angle of 325.14º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B30068 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 0 | 104 | - |
| CMYK | 0 | 1 | 0.42 | 0.30 |
| HSL | 325.14º | 1% | 0.35% | - |
| HSV(B) | 325.14º | 1% | 0.7% | - |
| XYZ | 21.09 | 10.58 | 14.03 | - |
| YUV | 65.38 | 149.8 | 209.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 0 | 104 | 0 | 1 | 0.42 | 0.30 | 325.14 | 1 | 0.35 |
| Hex | B3 | 0 | 68 | 0 | 64 | 2A | 1E | 145 | 64 | 23 |
| Octal | 263 | 0 | 150 | 0 | 144 | 52 | 36 | 505 | 144 | 43 |
| Binary | 10110011 | 0 | 1101000 | 0 | 1100100 | 101010 | 11110 | 101000101 | 1100100 | 100011 |
Color Harmonies of #B30068
Complementary color
Monochromatic Colors of #B30068
Black with #B30068
Text Example
Text Example
White with #B30068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30068; }
p { color: rgb(179,0,104); }
H1.HeaderClassName
{
color: #B30068;
}
.AnyTagClassName
{
color: #B30068;
}
</style>
background-color css
<style>
a { background-color: #B30068; }
a { background-color: rgb(179,0,104); }
div.DivClassName
{
background-color: #B30068;
}
.BgClassName
{
background-color: #B30068;
}
</style>
border-color css
<style>
span { border-color: #B30068; }
span { border-color: rgb(179,0,104); }
td.TdClassName
{
border-color: #B30068;
}
.TagClassName
{
border-color: #B30068;
}
</style>