Shades of Jazzberry Jam #B31D68
Tints of Jazzberry Jam #B31D68
RGB
CMYK
RGB Variations
Color information
#B31D68 (or 0xB31D68) is known color: Jazzberry Jam. HEX triplet: B3, 1D and 68. RGB value is (179,29,104). Sum of RGB (Red+Green+Blue) = 179+29+104=312 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.37% from 312); Green value is 29 (11.72% from 255 or 9.29% from 312); Blue value is 104 (41.02% from 255 or 33.33% from 312); Max value from RGB is 179 - color contains mainly: red. Hex color #B31D68 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31D68 is #4CE297. Grayscale: #525252. Windows color (decimal): -5038744 or 6823347. OLE color: 6823347.
HSL color Cylindrical-coordinate representation of color #B31D68: hue angle of 330º 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 #B31D68 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 29 | 104 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.30 |
| HSL | 330º | 0.72% | 0.41% | - |
| HSV(B) | 330º | 0.84% | 0.7% | - |
| XYZ | 21.53 | 11.46 | 14.17 | - |
| YUV | 82.4 | 140.2 | 196.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 104 | 0 | 0.84 | 0.42 | 0.30 | 330 | 0.72 | 0.41 |
| Hex | B3 | 1D | 68 | 0 | 54 | 2A | 1E | 14A | 48 | 29 |
| Octal | 263 | 35 | 150 | 0 | 124 | 52 | 36 | 512 | 110 | 51 |
| Binary | 10110011 | 11101 | 1101000 | 0 | 1010100 | 101010 | 11110 | 101001010 | 1001000 | 101001 |
Color Harmonies of #B31D68
Complementary color
Monochromatic Colors of #B31D68
Black with #B31D68
Text Example
Text Example
White with #B31D68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31D68; }
p { color: rgb(179,29,104); }
H1.HeaderClassName
{
color: #B31D68;
}
.AnyTagClassName
{
color: #B31D68;
}
</style>
background-color css
<style>
a { background-color: #B31D68; }
a { background-color: rgb(179,29,104); }
div.DivClassName
{
background-color: #B31D68;
}
.BgClassName
{
background-color: #B31D68;
}
</style>
border-color css
<style>
span { border-color: #B31D68; }
span { border-color: rgb(179,29,104); }
td.TdClassName
{
border-color: #B31D68;
}
.TagClassName
{
border-color: #B31D68;
}
</style>