Shades of Jazzberry Jam #B31152
Tints of Jazzberry Jam #B31152
RGB
CMYK
RGB Variations
Color information
#B31152 (or 0xB31152) is known color: Jazzberry Jam. HEX triplet: B3, 11 and 52. RGB value is (179,17,82). Sum of RGB (Red+Green+Blue) = 179+17+82=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 17 (7.03% from 255 or 6.12% from 278); Blue value is 82 (32.42% from 255 or 29.50% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B31152 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31152 is #4CEEAD. Grayscale: #484848. Windows color (decimal): -5041838 or 5378483. OLE color: 5378483.
HSL color Cylindrical-coordinate representation of color #B31152: hue angle of 335.93º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B31152 is Cyan = 0, Magento = 0.91, Yellow = 0.54 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 17 | 82 | - |
| CMYK | 0 | 0.91 | 0.54 | 0.30 |
| HSL | 335.93º | 0.83% | 0.38% | - |
| HSV(B) | 335.93º | 0.91% | 0.7% | - |
| XYZ | 20.31 | 10.59 | 8.96 | - |
| YUV | 72.85 | 133.17 | 203.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 17 | 82 | 0 | 0.91 | 0.54 | 0.30 | 335.93 | 0.83 | 0.38 |
| Hex | B3 | 11 | 52 | 0 | 5B | 36 | 1E | 150 | 53 | 26 |
| Octal | 263 | 21 | 122 | 0 | 133 | 66 | 36 | 520 | 123 | 46 |
| Binary | 10110011 | 10001 | 1010010 | 0 | 1011011 | 110110 | 11110 | 101010000 | 1010011 | 100110 |
Color Harmonies of #B31152
Complementary color
Monochromatic Colors of #B31152
Black with #B31152
Text Example
Text Example
White with #B31152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31152; }
p { color: rgb(179,17,82); }
H1.HeaderClassName
{
color: #B31152;
}
.AnyTagClassName
{
color: #B31152;
}
</style>
background-color css
<style>
a { background-color: #B31152; }
a { background-color: rgb(179,17,82); }
div.DivClassName
{
background-color: #B31152;
}
.BgClassName
{
background-color: #B31152;
}
</style>
border-color css
<style>
span { border-color: #B31152; }
span { border-color: rgb(179,17,82); }
td.TdClassName
{
border-color: #B31152;
}
.TagClassName
{
border-color: #B31152;
}
</style>