Shades of Jazzberry Jam #B31E5D
Tints of Jazzberry Jam #B31E5D
RGB
CMYK
RGB Variations
Color information
#B31E5D (or 0xB31E5D) is known color: Jazzberry Jam. HEX triplet: B3, 1E and 5D. RGB value is (179,30,93). Sum of RGB (Red+Green+Blue) = 179+30+93=302 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.27% from 302); Green value is 30 (12.11% from 255 or 9.93% from 302); Blue value is 93 (36.72% from 255 or 30.79% from 302); Max value from RGB is 179 - color contains mainly: red. Hex color #B31E5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31E5D is #4CE1A2. Grayscale: #515151. Windows color (decimal): -5038499 or 6102707. OLE color: 6102707.
HSL color Cylindrical-coordinate representation of color #B31E5D: hue angle of 334.63º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B31E5D is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 30 | 93 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.30 |
| HSL | 334.63º | 0.71% | 0.41% | - |
| HSV(B) | 334.63º | 0.83% | 0.7% | - |
| XYZ | 21.03 | 11.3 | 11.43 | - |
| YUV | 81.73 | 134.36 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 30 | 93 | 0 | 0.83 | 0.48 | 0.30 | 334.63 | 0.71 | 0.41 |
| Hex | B3 | 1E | 5D | 0 | 53 | 30 | 1E | 14F | 47 | 29 |
| Octal | 263 | 36 | 135 | 0 | 123 | 60 | 36 | 517 | 107 | 51 |
| Binary | 10110011 | 11110 | 1011101 | 0 | 1010011 | 110000 | 11110 | 101001111 | 1000111 | 101001 |
Color Harmonies of #B31E5D
Complementary color
Monochromatic Colors of #B31E5D
Black with #B31E5D
Text Example
Text Example
White with #B31E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31E5D; }
p { color: rgb(179,30,93); }
H1.HeaderClassName
{
color: #B31E5D;
}
.AnyTagClassName
{
color: #B31E5D;
}
</style>
background-color css
<style>
a { background-color: #B31E5D; }
a { background-color: rgb(179,30,93); }
div.DivClassName
{
background-color: #B31E5D;
}
.BgClassName
{
background-color: #B31E5D;
}
</style>
border-color css
<style>
span { border-color: #B31E5D; }
span { border-color: rgb(179,30,93); }
td.TdClassName
{
border-color: #B31E5D;
}
.TagClassName
{
border-color: #B31E5D;
}
</style>