Shades of Jazzberry Jam #B31B64
Tints of Jazzberry Jam #B31B64
RGB
CMYK
RGB Variations
Color information
#B31B64 (or 0xB31B64) is known color: Jazzberry Jam. HEX triplet: B3, 1B and 64. RGB value is (179,27,100). Sum of RGB (Red+Green+Blue) = 179+27+100=306 (40% of max value = 765). Red value is 179 (70.31% from 255 or 58.50% from 306); Green value is 27 (10.94% from 255 or 8.82% from 306); Blue value is 100 (39.45% from 255 or 32.68% from 306); Max value from RGB is 179 - color contains mainly: red. Hex color #B31B64 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31B64 is #4CE49B. Grayscale: #505050. Windows color (decimal): -5039260 or 6560691. OLE color: 6560691.
HSL color Cylindrical-coordinate representation of color #B31B64: hue angle of 331.18º 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 #B31B64 is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 27 | 100 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.30 |
| HSL | 331.18º | 0.74% | 0.4% | - |
| HSV(B) | 331.18º | 0.85% | 0.7% | - |
| XYZ | 21.28 | 11.29 | 13.11 | - |
| YUV | 80.77 | 138.86 | 198.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 27 | 100 | 0 | 0.85 | 0.44 | 0.30 | 331.18 | 0.74 | 0.4 |
| Hex | B3 | 1B | 64 | 0 | 55 | 2C | 1E | 14B | 4A | 28 |
| Octal | 263 | 33 | 144 | 0 | 125 | 54 | 36 | 513 | 112 | 50 |
| Binary | 10110011 | 11011 | 1100100 | 0 | 1010101 | 101100 | 11110 | 101001011 | 1001010 | 101000 |
Color Harmonies of #B31B64
Complementary color
Monochromatic Colors of #B31B64
Black with #B31B64
Text Example
Text Example
White with #B31B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31B64; }
p { color: rgb(179,27,100); }
H1.HeaderClassName
{
color: #B31B64;
}
.AnyTagClassName
{
color: #B31B64;
}
</style>
background-color css
<style>
a { background-color: #B31B64; }
a { background-color: rgb(179,27,100); }
div.DivClassName
{
background-color: #B31B64;
}
.BgClassName
{
background-color: #B31B64;
}
</style>
border-color css
<style>
span { border-color: #B31B64; }
span { border-color: rgb(179,27,100); }
td.TdClassName
{
border-color: #B31B64;
}
.TagClassName
{
border-color: #B31B64;
}
</style>