Shades of Jazzberry Jam #B3086F
Tints of Jazzberry Jam #B3086F
RGB
CMYK
RGB Variations
Color information
#B3086F (or 0xB3086F) is known color: Jazzberry Jam. HEX triplet: B3, 08 and 6F. RGB value is (179,8,111). Sum of RGB (Red+Green+Blue) = 179+8+111=298 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.07% from 298); Green value is 8 (3.52% from 255 or 2.68% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 179 - color contains mainly: red. Hex color #B3086F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3086F is #4CF790. Grayscale: #464646. Windows color (decimal): -5044113 or 7276723. OLE color: 7276723.
HSL color Cylindrical-coordinate representation of color #B3086F: hue angle of 323.86º 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 #B3086F is Cyan = 0, Magento = 0.96, Yellow = 0.38 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 8 | 111 | - |
| CMYK | 0 | 0.96 | 0.38 | 0.30 |
| HSL | 323.86º | 0.91% | 0.37% | - |
| HSV(B) | 323.86º | 0.96% | 0.7% | - |
| XYZ | 21.55 | 10.91 | 16.01 | - |
| YUV | 70.87 | 150.65 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 8 | 111 | 0 | 0.96 | 0.38 | 0.30 | 323.86 | 0.91 | 0.37 |
| Hex | B3 | 8 | 6F | 0 | 60 | 26 | 1E | 144 | 5B | 25 |
| Octal | 263 | 10 | 157 | 0 | 140 | 46 | 36 | 504 | 133 | 45 |
| Binary | 10110011 | 1000 | 1101111 | 0 | 1100000 | 100110 | 11110 | 101000100 | 1011011 | 100101 |
Color Harmonies of #B3086F
Complementary color
Monochromatic Colors of #B3086F
Black with #B3086F
Text Example
Text Example
White with #B3086F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3086F; }
p { color: rgb(179,8,111); }
H1.HeaderClassName
{
color: #B3086F;
}
.AnyTagClassName
{
color: #B3086F;
}
</style>
background-color css
<style>
a { background-color: #B3086F; }
a { background-color: rgb(179,8,111); }
div.DivClassName
{
background-color: #B3086F;
}
.BgClassName
{
background-color: #B3086F;
}
</style>
border-color css
<style>
span { border-color: #B3086F; }
span { border-color: rgb(179,8,111); }
td.TdClassName
{
border-color: #B3086F;
}
.TagClassName
{
border-color: #B3086F;
}
</style>