Shades of Jazzberry Jam #B30868
Tints of Jazzberry Jam #B30868
RGB
CMYK
RGB Variations
Color information
#B30868 (or 0xB30868) is known color: Jazzberry Jam. HEX triplet: B3, 08 and 68. RGB value is (179,8,104). Sum of RGB (Red+Green+Blue) = 179+8+104=291 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.51% from 291); Green value is 8 (3.52% from 255 or 2.75% from 291); Blue value is 104 (41.02% from 255 or 35.74% from 291); Max value from RGB is 179 - color contains mainly: red. Hex color #B30868 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30868 is #4CF797. Grayscale: #454545. Windows color (decimal): -5044120 or 6817971. OLE color: 6817971.
HSL color Cylindrical-coordinate representation of color #B30868: hue angle of 326.32º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #B30868 is Cyan = 0, Magento = 0.96, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 8 | 104 | - |
| CMYK | 0 | 0.96 | 0.42 | 0.30 |
| HSL | 326.32º | 0.91% | 0.37% | - |
| HSV(B) | 326.32º | 0.96% | 0.7% | - |
| XYZ | 21.18 | 10.76 | 14.06 | - |
| YUV | 70.07 | 147.15 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 8 | 104 | 0 | 0.96 | 0.42 | 0.30 | 326.32 | 0.91 | 0.37 |
| Hex | B3 | 8 | 68 | 0 | 60 | 2A | 1E | 146 | 5B | 25 |
| Octal | 263 | 10 | 150 | 0 | 140 | 52 | 36 | 506 | 133 | 45 |
| Binary | 10110011 | 1000 | 1101000 | 0 | 1100000 | 101010 | 11110 | 101000110 | 1011011 | 100101 |
Color Harmonies of #B30868
Complementary color
Monochromatic Colors of #B30868
Black with #B30868
Text Example
Text Example
White with #B30868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30868; }
p { color: rgb(179,8,104); }
H1.HeaderClassName
{
color: #B30868;
}
.AnyTagClassName
{
color: #B30868;
}
</style>
background-color css
<style>
a { background-color: #B30868; }
a { background-color: rgb(179,8,104); }
div.DivClassName
{
background-color: #B30868;
}
.BgClassName
{
background-color: #B30868;
}
</style>
border-color css
<style>
span { border-color: #B30868; }
span { border-color: rgb(179,8,104); }
td.TdClassName
{
border-color: #B30868;
}
.TagClassName
{
border-color: #B30868;
}
</style>