Shades of Jazzberry Jam #B30866
Tints of Jazzberry Jam #B30866
RGB
CMYK
RGB Variations
Color information
#B30866 (or 0xB30866) is known color: Jazzberry Jam. HEX triplet: B3, 08 and 66. RGB value is (179,8,102). Sum of RGB (Red+Green+Blue) = 179+8+102=289 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.94% from 289); Green value is 8 (3.52% from 255 or 2.77% from 289); Blue value is 102 (40.23% from 255 or 35.29% from 289); Max value from RGB is 179 - color contains mainly: red. Hex color #B30866 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B30866 is #4CF799. Grayscale: #454545. Windows color (decimal): -5044122 or 6686899. OLE color: 6686899.
HSL color Cylindrical-coordinate representation of color #B30866: hue angle of 327.02º 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 #B30866 is Cyan = 0, Magento = 0.96, Yellow = 0.43 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 8 | 102 | - |
| CMYK | 0 | 0.96 | 0.43 | 0.30 |
| HSL | 327.02º | 0.91% | 0.37% | - |
| HSV(B) | 327.02º | 0.96% | 0.7% | - |
| XYZ | 21.08 | 10.72 | 13.53 | - |
| YUV | 69.85 | 146.15 | 205.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 8 | 102 | 0 | 0.96 | 0.43 | 0.30 | 327.02 | 0.91 | 0.37 |
| Hex | B3 | 8 | 66 | 0 | 60 | 2B | 1E | 147 | 5B | 25 |
| Octal | 263 | 10 | 146 | 0 | 140 | 53 | 36 | 507 | 133 | 45 |
| Binary | 10110011 | 1000 | 1100110 | 0 | 1100000 | 101011 | 11110 | 101000111 | 1011011 | 100101 |
Color Harmonies of #B30866
Complementary color
Monochromatic Colors of #B30866
Black with #B30866
Text Example
Text Example
White with #B30866
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B30866; }
p { color: rgb(179,8,102); }
H1.HeaderClassName
{
color: #B30866;
}
.AnyTagClassName
{
color: #B30866;
}
</style>
background-color css
<style>
a { background-color: #B30866; }
a { background-color: rgb(179,8,102); }
div.DivClassName
{
background-color: #B30866;
}
.BgClassName
{
background-color: #B30866;
}
</style>
border-color css
<style>
span { border-color: #B30866; }
span { border-color: rgb(179,8,102); }
td.TdClassName
{
border-color: #B30866;
}
.TagClassName
{
border-color: #B30866;
}
</style>