Shades of Jazzberry Jam #B31D5F
Tints of Jazzberry Jam #B31D5F
RGB
CMYK
RGB Variations
Color information
#B31D5F (or 0xB31D5F) is known color: Jazzberry Jam. HEX triplet: B3, 1D and 5F. RGB value is (179,29,95). Sum of RGB (Red+Green+Blue) = 179+29+95=303 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.08% from 303); Green value is 29 (11.72% from 255 or 9.57% from 303); Blue value is 95 (37.5% from 255 or 31.35% from 303); Max value from RGB is 179 - color contains mainly: red. Hex color #B31D5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31D5F is #4CE2A0. Grayscale: #515151. Windows color (decimal): -5038753 or 6233523. OLE color: 6233523.
HSL color Cylindrical-coordinate representation of color #B31D5F: hue angle of 333.6º degrees, saturation: 0.72, 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 #B31D5F is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 29 | 95 | - |
| CMYK | 0 | 0.84 | 0.47 | 0.30 |
| HSL | 333.6º | 0.72% | 0.41% | - |
| HSV(B) | 333.6º | 0.84% | 0.7% | - |
| XYZ | 21.1 | 11.29 | 11.89 | - |
| YUV | 81.37 | 135.7 | 197.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 95 | 0 | 0.84 | 0.47 | 0.30 | 333.6 | 0.72 | 0.41 |
| Hex | B3 | 1D | 5F | 0 | 54 | 2F | 1E | 14E | 48 | 29 |
| Octal | 263 | 35 | 137 | 0 | 124 | 57 | 36 | 516 | 110 | 51 |
| Binary | 10110011 | 11101 | 1011111 | 0 | 1010100 | 101111 | 11110 | 101001110 | 1001000 | 101001 |
Color Harmonies of #B31D5F
Complementary color
Monochromatic Colors of #B31D5F
Black with #B31D5F
Text Example
Text Example
White with #B31D5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31D5F; }
p { color: rgb(179,29,95); }
H1.HeaderClassName
{
color: #B31D5F;
}
.AnyTagClassName
{
color: #B31D5F;
}
</style>
background-color css
<style>
a { background-color: #B31D5F; }
a { background-color: rgb(179,29,95); }
div.DivClassName
{
background-color: #B31D5F;
}
.BgClassName
{
background-color: #B31D5F;
}
</style>
border-color css
<style>
span { border-color: #B31D5F; }
span { border-color: rgb(179,29,95); }
td.TdClassName
{
border-color: #B31D5F;
}
.TagClassName
{
border-color: #B31D5F;
}
</style>