Shades of Jazzberry Jam #B3124D
Tints of Jazzberry Jam #B3124D
RGB
CMYK
RGB Variations
Color information
#B3124D (or 0xB3124D) is known color: Jazzberry Jam. HEX triplet: B3, 12 and 4D. RGB value is (179,18,77). Sum of RGB (Red+Green+Blue) = 179+18+77=274 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.33% from 274); Green value is 18 (7.42% from 255 or 6.57% from 274); Blue value is 77 (30.47% from 255 or 28.10% from 274); Max value from RGB is 179 - color contains mainly: red. Hex color #B3124D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B3124D is #4CEDB2. Grayscale: #484848. Windows color (decimal): -5041587 or 5051059. OLE color: 5051059.
HSL color Cylindrical-coordinate representation of color #B3124D: hue angle of 338.01º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B3124D is Cyan = 0, Magento = 0.90, Yellow = 0.57 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 18 | 77 | - |
| CMYK | 0 | 0.90 | 0.57 | 0.30 |
| HSL | 338.01º | 0.82% | 0.39% | - |
| HSV(B) | 338.01º | 0.9% | 0.7% | - |
| XYZ | 20.15 | 10.55 | 8 | - |
| YUV | 72.87 | 130.34 | 203.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 18 | 77 | 0 | 0.90 | 0.57 | 0.30 | 338.01 | 0.82 | 0.39 |
| Hex | B3 | 12 | 4D | 0 | 5A | 39 | 1E | 152 | 52 | 27 |
| Octal | 263 | 22 | 115 | 0 | 132 | 71 | 36 | 522 | 122 | 47 |
| Binary | 10110011 | 10010 | 1001101 | 0 | 1011010 | 111001 | 11110 | 101010010 | 1010010 | 100111 |
Color Harmonies of #B3124D
Complementary color
Monochromatic Colors of #B3124D
Black with #B3124D
Text Example
Text Example
White with #B3124D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3124D; }
p { color: rgb(179,18,77); }
H1.HeaderClassName
{
color: #B3124D;
}
.AnyTagClassName
{
color: #B3124D;
}
</style>
background-color css
<style>
a { background-color: #B3124D; }
a { background-color: rgb(179,18,77); }
div.DivClassName
{
background-color: #B3124D;
}
.BgClassName
{
background-color: #B3124D;
}
</style>
border-color css
<style>
span { border-color: #B3124D; }
span { border-color: rgb(179,18,77); }
td.TdClassName
{
border-color: #B3124D;
}
.TagClassName
{
border-color: #B3124D;
}
</style>