Shades of Jazzberry Jam #B31F5B
Tints of Jazzberry Jam #B31F5B
RGB
CMYK
RGB Variations
Color information
#B31F5B (or 0xB31F5B) is known color: Jazzberry Jam. HEX triplet: B3, 1F and 5B. RGB value is (179,31,91). Sum of RGB (Red+Green+Blue) = 179+31+91=301 (39% of max value = 765). Red value is 179 (70.31% from 255 or 59.47% from 301); Green value is 31 (12.5% from 255 or 10.30% from 301); Blue value is 91 (35.94% from 255 or 30.23% from 301); Max value from RGB is 179 - color contains mainly: red. Hex color #B31F5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31F5B is #4CE0A4. Grayscale: #525252. Windows color (decimal): -5038245 or 5971891. OLE color: 5971891.
HSL color Cylindrical-coordinate representation of color #B31F5B: hue angle of 335.68º degrees, saturation: 0.7, 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 #B31F5B is Cyan = 0, Magento = 0.83, Yellow = 0.49 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 31 | 91 | - |
| CMYK | 0 | 0.83 | 0.49 | 0.30 |
| HSL | 335.68º | 0.7% | 0.41% | - |
| HSV(B) | 335.68º | 0.83% | 0.7% | - |
| XYZ | 20.97 | 11.32 | 10.98 | - |
| YUV | 82.09 | 133.03 | 197.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 31 | 91 | 0 | 0.83 | 0.49 | 0.30 | 335.68 | 0.7 | 0.41 |
| Hex | B3 | 1F | 5B | 0 | 53 | 31 | 1E | 150 | 46 | 29 |
| Octal | 263 | 37 | 133 | 0 | 123 | 61 | 36 | 520 | 106 | 51 |
| Binary | 10110011 | 11111 | 1011011 | 0 | 1010011 | 110001 | 11110 | 101010000 | 1000110 | 101001 |
Color Harmonies of #B31F5B
Complementary color
Monochromatic Colors of #B31F5B
Black with #B31F5B
Text Example
Text Example
White with #B31F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31F5B; }
p { color: rgb(179,31,91); }
H1.HeaderClassName
{
color: #B31F5B;
}
.AnyTagClassName
{
color: #B31F5B;
}
</style>
background-color css
<style>
a { background-color: #B31F5B; }
a { background-color: rgb(179,31,91); }
div.DivClassName
{
background-color: #B31F5B;
}
.BgClassName
{
background-color: #B31F5B;
}
</style>
border-color css
<style>
span { border-color: #B31F5B; }
span { border-color: rgb(179,31,91); }
td.TdClassName
{
border-color: #B31F5B;
}
.TagClassName
{
border-color: #B31F5B;
}
</style>