Shades of Jazzberry Jam #B31C5D
Tints of Jazzberry Jam #B31C5D
RGB
CMYK
RGB Variations
Color information
#B31C5D (or 0xB31C5D) is known color: Jazzberry Jam. HEX triplet: B3, 1C and 5D. RGB value is (179,28,93). Sum of RGB (Red+Green+Blue) = 179+28+93=300 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.67% from 300); Green value is 28 (11.33% from 255 or 9.33% from 300); Blue value is 93 (36.72% from 255 or 31% from 300); Max value from RGB is 179 - color contains mainly: red. Hex color #B31C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31C5D is #4CE3A2. Grayscale: #505050. Windows color (decimal): -5039011 or 6102195. OLE color: 6102195.
HSL color Cylindrical-coordinate representation of color #B31C5D: hue angle of 334.17º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B31C5D is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 28 | 93 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.30 |
| HSL | 334.17º | 0.73% | 0.41% | - |
| HSV(B) | 334.17º | 0.84% | 0.7% | - |
| XYZ | 20.98 | 11.2 | 11.41 | - |
| YUV | 80.56 | 135.03 | 198.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 28 | 93 | 0 | 0.84 | 0.48 | 0.30 | 334.17 | 0.73 | 0.41 |
| Hex | B3 | 1C | 5D | 0 | 54 | 30 | 1E | 14E | 49 | 29 |
| Octal | 263 | 34 | 135 | 0 | 124 | 60 | 36 | 516 | 111 | 51 |
| Binary | 10110011 | 11100 | 1011101 | 0 | 1010100 | 110000 | 11110 | 101001110 | 1001001 | 101001 |
Color Harmonies of #B31C5D
Complementary color
Monochromatic Colors of #B31C5D
Black with #B31C5D
Text Example
Text Example
White with #B31C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31C5D; }
p { color: rgb(179,28,93); }
H1.HeaderClassName
{
color: #B31C5D;
}
.AnyTagClassName
{
color: #B31C5D;
}
</style>
background-color css
<style>
a { background-color: #B31C5D; }
a { background-color: rgb(179,28,93); }
div.DivClassName
{
background-color: #B31C5D;
}
.BgClassName
{
background-color: #B31C5D;
}
</style>
border-color css
<style>
span { border-color: #B31C5D; }
span { border-color: rgb(179,28,93); }
td.TdClassName
{
border-color: #B31C5D;
}
.TagClassName
{
border-color: #B31C5D;
}
</style>