Shades of Jazzberry Jam #B3086D
Tints of Jazzberry Jam #B3086D
RGB
CMYK
RGB Variations
Color information
#B3086D (or 0xB3086D) is known color: Jazzberry Jam. HEX triplet: B3, 08 and 6D. RGB value is (179,8,109). Sum of RGB (Red+Green+Blue) = 179+8+109=296 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.47% from 296); Green value is 8 (3.52% from 255 or 2.70% from 296); Blue value is 109 (42.97% from 255 or 36.82% from 296); Max value from RGB is 179 - color contains mainly: red. Hex color #B3086D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3086D is #4CF792. Grayscale: #464646. Windows color (decimal): -5044115 or 7145651. OLE color: 7145651.
HSL color Cylindrical-coordinate representation of color #B3086D: hue angle of 324.56º 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 #B3086D is Cyan = 0, Magento = 0.96, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 8 | 109 | - |
| CMYK | 0 | 0.96 | 0.39 | 0.30 |
| HSL | 324.56º | 0.91% | 0.37% | - |
| HSV(B) | 324.56º | 0.96% | 0.7% | - |
| XYZ | 21.44 | 10.86 | 15.43 | - |
| YUV | 70.64 | 149.65 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 8 | 109 | 0 | 0.96 | 0.39 | 0.30 | 324.56 | 0.91 | 0.37 |
| Hex | B3 | 8 | 6D | 0 | 60 | 27 | 1E | 145 | 5B | 25 |
| Octal | 263 | 10 | 155 | 0 | 140 | 47 | 36 | 505 | 133 | 45 |
| Binary | 10110011 | 1000 | 1101101 | 0 | 1100000 | 100111 | 11110 | 101000101 | 1011011 | 100101 |
Color Harmonies of #B3086D
Complementary color
Monochromatic Colors of #B3086D
Black with #B3086D
Text Example
Text Example
White with #B3086D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3086D; }
p { color: rgb(179,8,109); }
H1.HeaderClassName
{
color: #B3086D;
}
.AnyTagClassName
{
color: #B3086D;
}
</style>
background-color css
<style>
a { background-color: #B3086D; }
a { background-color: rgb(179,8,109); }
div.DivClassName
{
background-color: #B3086D;
}
.BgClassName
{
background-color: #B3086D;
}
</style>
border-color css
<style>
span { border-color: #B3086D; }
span { border-color: rgb(179,8,109); }
td.TdClassName
{
border-color: #B3086D;
}
.TagClassName
{
border-color: #B3086D;
}
</style>