Shades of Jazzberry Jam #B3136E
Tints of Jazzberry Jam #B3136E
RGB
CMYK
RGB Variations
Color information
#B3136E (or 0xB3136E) is known color: Jazzberry Jam. HEX triplet: B3, 13 and 6E. RGB value is (179,19,110). Sum of RGB (Red+Green+Blue) = 179+19+110=308 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.12% from 308); Green value is 19 (7.81% from 255 or 6.17% from 308); Blue value is 110 (43.36% from 255 or 35.71% from 308); Max value from RGB is 179 - color contains mainly: red. Hex color #B3136E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3136E is #4CEC91. Grayscale: #4D4D4D. Windows color (decimal): -5041298 or 7214003. OLE color: 7214003.
HSL color Cylindrical-coordinate representation of color #B3136E: hue angle of 325.88º degrees, saturation: 0.81, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B3136E is Cyan = 0, Magento = 0.89, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 19 | 110 | - |
| CMYK | 0 | 0.89 | 0.39 | 0.30 |
| HSL | 325.88º | 0.81% | 0.39% | - |
| HSV(B) | 325.88º | 0.89% | 0.7% | - |
| XYZ | 21.64 | 11.18 | 15.77 | - |
| YUV | 77.21 | 146.51 | 200.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 19 | 110 | 0 | 0.89 | 0.39 | 0.30 | 325.88 | 0.81 | 0.39 |
| Hex | B3 | 13 | 6E | 0 | 59 | 27 | 1E | 146 | 51 | 27 |
| Octal | 263 | 23 | 156 | 0 | 131 | 47 | 36 | 506 | 121 | 47 |
| Binary | 10110011 | 10011 | 1101110 | 0 | 1011001 | 100111 | 11110 | 101000110 | 1010001 | 100111 |
Color Harmonies of #B3136E
Complementary color
Monochromatic Colors of #B3136E
Black with #B3136E
Text Example
Text Example
White with #B3136E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3136E; }
p { color: rgb(179,19,110); }
H1.HeaderClassName
{
color: #B3136E;
}
.AnyTagClassName
{
color: #B3136E;
}
</style>
background-color css
<style>
a { background-color: #B3136E; }
a { background-color: rgb(179,19,110); }
div.DivClassName
{
background-color: #B3136E;
}
.BgClassName
{
background-color: #B3136E;
}
</style>
border-color css
<style>
span { border-color: #B3136E; }
span { border-color: rgb(179,19,110); }
td.TdClassName
{
border-color: #B3136E;
}
.TagClassName
{
border-color: #B3136E;
}
</style>