Shades of Jazzberry Jam #B3124B
Tints of Jazzberry Jam #B3124B
RGB
CMYK
RGB Variations
Color information
#B3124B (or 0xB3124B) is known color: Jazzberry Jam. HEX triplet: B3, 12 and 4B. RGB value is (179,18,75). Sum of RGB (Red+Green+Blue) = 179+18+75=272 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.81% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 75 (29.69% from 255 or 27.57% from 272); Max value from RGB is 179 - color contains mainly: red. Hex color #B3124B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B3124B is #4CEDB4. Grayscale: #484848. Windows color (decimal): -5041589 or 4919987. OLE color: 4919987.
HSL color Cylindrical-coordinate representation of color #B3124B: hue angle of 338.76º 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 #B3124B is Cyan = 0, Magento = 0.90, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 18 | 75 | - |
| CMYK | 0 | 0.90 | 0.58 | 0.30 |
| HSL | 338.76º | 0.82% | 0.39% | - |
| HSV(B) | 338.76º | 0.9% | 0.7% | - |
| XYZ | 20.08 | 10.52 | 7.63 | - |
| YUV | 72.64 | 129.34 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 18 | 75 | 0 | 0.90 | 0.58 | 0.30 | 338.76 | 0.82 | 0.39 |
| Hex | B3 | 12 | 4B | 0 | 5A | 3A | 1E | 153 | 52 | 27 |
| Octal | 263 | 22 | 113 | 0 | 132 | 72 | 36 | 523 | 122 | 47 |
| Binary | 10110011 | 10010 | 1001011 | 0 | 1011010 | 111010 | 11110 | 101010011 | 1010010 | 100111 |
Color Harmonies of #B3124B
Complementary color
Monochromatic Colors of #B3124B
Black with #B3124B
Text Example
Text Example
White with #B3124B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3124B; }
p { color: rgb(179,18,75); }
H1.HeaderClassName
{
color: #B3124B;
}
.AnyTagClassName
{
color: #B3124B;
}
</style>
background-color css
<style>
a { background-color: #B3124B; }
a { background-color: rgb(179,18,75); }
div.DivClassName
{
background-color: #B3124B;
}
.BgClassName
{
background-color: #B3124B;
}
</style>
border-color css
<style>
span { border-color: #B3124B; }
span { border-color: rgb(179,18,75); }
td.TdClassName
{
border-color: #B3124B;
}
.TagClassName
{
border-color: #B3124B;
}
</style>