Shades of Jazzberry Jam #B3086B
Tints of Jazzberry Jam #B3086B
RGB
CMYK
RGB Variations
Color information
#B3086B (or 0xB3086B) is known color: Jazzberry Jam. HEX triplet: B3, 08 and 6B. RGB value is (179,8,107). Sum of RGB (Red+Green+Blue) = 179+8+107=294 (38% of max value = 765). Red value is 179 (70.31% from 255 or 60.88% from 294); Green value is 8 (3.52% from 255 or 2.72% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 179 - color contains mainly: red. Hex color #B3086B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3086B is #4CF794. Grayscale: #464646. Windows color (decimal): -5044117 or 7014579. OLE color: 7014579.
HSL color Cylindrical-coordinate representation of color #B3086B: hue angle of 325.26º 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 #B3086B is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 8 | 107 | - |
| CMYK | 0 | 0.96 | 0.40 | 0.30 |
| HSL | 325.26º | 0.91% | 0.37% | - |
| HSV(B) | 325.26º | 0.96% | 0.7% | - |
| XYZ | 21.33 | 10.82 | 14.87 | - |
| YUV | 70.42 | 148.65 | 205.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 8 | 107 | 0 | 0.96 | 0.40 | 0.30 | 325.26 | 0.91 | 0.37 |
| Hex | B3 | 8 | 6B | 0 | 60 | 28 | 1E | 145 | 5B | 25 |
| Octal | 263 | 10 | 153 | 0 | 140 | 50 | 36 | 505 | 133 | 45 |
| Binary | 10110011 | 1000 | 1101011 | 0 | 1100000 | 101000 | 11110 | 101000101 | 1011011 | 100101 |
Color Harmonies of #B3086B
Complementary color
Monochromatic Colors of #B3086B
Black with #B3086B
Text Example
Text Example
White with #B3086B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3086B; }
p { color: rgb(179,8,107); }
H1.HeaderClassName
{
color: #B3086B;
}
.AnyTagClassName
{
color: #B3086B;
}
</style>
background-color css
<style>
a { background-color: #B3086B; }
a { background-color: rgb(179,8,107); }
div.DivClassName
{
background-color: #B3086B;
}
.BgClassName
{
background-color: #B3086B;
}
</style>
border-color css
<style>
span { border-color: #B3086B; }
span { border-color: rgb(179,8,107); }
td.TdClassName
{
border-color: #B3086B;
}
.TagClassName
{
border-color: #B3086B;
}
</style>