Shades of Jazzberry Jam #B31B5C
Tints of Jazzberry Jam #B31B5C
RGB
CMYK
RGB Variations
Color information
#B31B5C (or 0xB31B5C) is known color: Jazzberry Jam. HEX triplet: B3, 1B and 5C. RGB value is (179,27,92). Sum of RGB (Red+Green+Blue) = 179+27+92=298 (39% of max value = 765). Red value is 179 (70.31% from 255 or 60.07% from 298); Green value is 27 (10.94% from 255 or 9.06% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 179 - color contains mainly: red. Hex color #B31B5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31B5C is #4CE4A3. Grayscale: #4F4F4F. Windows color (decimal): -5039268 or 6036403. OLE color: 6036403.
HSL color Cylindrical-coordinate representation of color #B31B5C: hue angle of 334.34º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31B5C is Cyan = 0, Magento = 0.85, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 27 | 92 | - |
| CMYK | 0 | 0.85 | 0.49 | 0.30 |
| HSL | 334.34º | 0.74% | 0.4% | - |
| HSV(B) | 334.34º | 0.85% | 0.7% | - |
| XYZ | 20.91 | 11.14 | 11.17 | - |
| YUV | 79.86 | 134.86 | 198.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 27 | 92 | 0 | 0.85 | 0.49 | 0.30 | 334.34 | 0.74 | 0.4 |
| Hex | B3 | 1B | 5C | 0 | 55 | 31 | 1E | 14E | 4A | 28 |
| Octal | 263 | 33 | 134 | 0 | 125 | 61 | 36 | 516 | 112 | 50 |
| Binary | 10110011 | 11011 | 1011100 | 0 | 1010101 | 110001 | 11110 | 101001110 | 1001010 | 101000 |
Color Harmonies of #B31B5C
Complementary color
Monochromatic Colors of #B31B5C
Black with #B31B5C
Text Example
Text Example
White with #B31B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31B5C; }
p { color: rgb(179,27,92); }
H1.HeaderClassName
{
color: #B31B5C;
}
.AnyTagClassName
{
color: #B31B5C;
}
</style>
background-color css
<style>
a { background-color: #B31B5C; }
a { background-color: rgb(179,27,92); }
div.DivClassName
{
background-color: #B31B5C;
}
.BgClassName
{
background-color: #B31B5C;
}
</style>
border-color css
<style>
span { border-color: #B31B5C; }
span { border-color: rgb(179,27,92); }
td.TdClassName
{
border-color: #B31B5C;
}
.TagClassName
{
border-color: #B31B5C;
}
</style>