Shades of Jazzberry Jam #B3124C
Tints of Jazzberry Jam #B3124C
RGB
CMYK
RGB Variations
Color information
#B3124C (or 0xB3124C) is known color: Jazzberry Jam. HEX triplet: B3, 12 and 4C. RGB value is (179,18,76). Sum of RGB (Red+Green+Blue) = 179+18+76=273 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.57% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 76 (30.08% from 255 or 27.84% from 273); Max value from RGB is 179 - color contains mainly: red. Hex color #B3124C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3124C is #4CEDB3. Grayscale: #484848. Windows color (decimal): -5041588 or 4985523. OLE color: 4985523.
HSL color Cylindrical-coordinate representation of color #B3124C: hue angle of 338.39º 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 #B3124C is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 18 | 76 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.30 |
| HSL | 338.39º | 0.82% | 0.39% | - |
| HSV(B) | 338.39º | 0.9% | 0.7% | - |
| XYZ | 20.11 | 10.54 | 7.81 | - |
| YUV | 72.75 | 129.84 | 203.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 18 | 76 | 0 | 0.90 | 0.58 | 0.30 | 338.39 | 0.82 | 0.39 |
| Hex | B3 | 12 | 4C | 0 | 5A | 3A | 1E | 152 | 52 | 27 |
| Octal | 263 | 22 | 114 | 0 | 132 | 72 | 36 | 522 | 122 | 47 |
| Binary | 10110011 | 10010 | 1001100 | 0 | 1011010 | 111010 | 11110 | 101010010 | 1010010 | 100111 |
Color Harmonies of #B3124C
Complementary color
Monochromatic Colors of #B3124C
Black with #B3124C
Text Example
Text Example
White with #B3124C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3124C; }
p { color: rgb(179,18,76); }
H1.HeaderClassName
{
color: #B3124C;
}
.AnyTagClassName
{
color: #B3124C;
}
</style>
background-color css
<style>
a { background-color: #B3124C; }
a { background-color: rgb(179,18,76); }
div.DivClassName
{
background-color: #B3124C;
}
.BgClassName
{
background-color: #B3124C;
}
</style>
border-color css
<style>
span { border-color: #B3124C; }
span { border-color: rgb(179,18,76); }
td.TdClassName
{
border-color: #B3124C;
}
.TagClassName
{
border-color: #B3124C;
}
</style>