Shades of Jazzberry Jam #B4115D
Tints of Jazzberry Jam #B4115D
RGB
CMYK
RGB Variations
Color information
#B4115D (or 0xB4115D) is known color: Jazzberry Jam. HEX triplet: B4, 11 and 5D. RGB value is (180,17,93). Sum of RGB (Red+Green+Blue) = 180+17+93=290 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.07% from 290); Green value is 17 (7.03% from 255 or 5.86% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 180 - color contains mainly: red. Hex color #B4115D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B4115D is #4BEEA2. Grayscale: #4A4A4A. Windows color (decimal): -4976291 or 6099380. OLE color: 6099380.
HSL color Cylindrical-coordinate representation of color #B4115D: hue angle of 332.02º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B4115D is Cyan = 0, Magento = 0.91, Yellow = 0.48 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 17 | 93 | - |
| CMYK | 0 | 0.91 | 0.48 | 0.29 |
| HSL | 332.02º | 0.83% | 0.39% | - |
| HSV(B) | 332.02º | 0.91% | 0.71% | - |
| XYZ | 21 | 10.89 | 11.35 | - |
| YUV | 74.4 | 138.5 | 203.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 17 | 93 | 0 | 0.91 | 0.48 | 0.29 | 332.02 | 0.83 | 0.39 |
| Hex | B4 | 11 | 5D | 0 | 5B | 30 | 1D | 14C | 53 | 27 |
| Octal | 264 | 21 | 135 | 0 | 133 | 60 | 35 | 514 | 123 | 47 |
| Binary | 10110100 | 10001 | 1011101 | 0 | 1011011 | 110000 | 11101 | 101001100 | 1010011 | 100111 |
Color Harmonies of #B4115D
Complementary color
Monochromatic Colors of #B4115D
Black with #B4115D
Text Example
Text Example
White with #B4115D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4115D; }
p { color: rgb(180,17,93); }
H1.HeaderClassName
{
color: #B4115D;
}
.AnyTagClassName
{
color: #B4115D;
}
</style>
background-color css
<style>
a { background-color: #B4115D; }
a { background-color: rgb(180,17,93); }
div.DivClassName
{
background-color: #B4115D;
}
.BgClassName
{
background-color: #B4115D;
}
</style>
border-color css
<style>
span { border-color: #B4115D; }
span { border-color: rgb(180,17,93); }
td.TdClassName
{
border-color: #B4115D;
}
.TagClassName
{
border-color: #B4115D;
}
</style>