Shades of Jazzberry Jam #B31D6D
Tints of Jazzberry Jam #B31D6D
RGB
CMYK
RGB Variations
Color information
#B31D6D (or 0xB31D6D) is known color: Jazzberry Jam. HEX triplet: B3, 1D and 6D. RGB value is (179,29,109). Sum of RGB (Red+Green+Blue) = 179+29+109=317 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.47% from 317); Green value is 29 (11.72% from 255 or 9.15% from 317); Blue value is 109 (42.97% from 255 or 34.38% from 317); Max value from RGB is 179 - color contains mainly: red. Hex color #B31D6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31D6D is #4CE292. Grayscale: #525252. Windows color (decimal): -5038739 or 7151027. OLE color: 7151027.
HSL color Cylindrical-coordinate representation of color #B31D6D: hue angle of 328º 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 #B31D6D is Cyan = 0, Magento = 0.84, Yellow = 0.39 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 29 | 109 | - |
| CMYK | 0 | 0.84 | 0.39 | 0.30 |
| HSL | 328º | 0.72% | 0.41% | - |
| HSV(B) | 328º | 0.84% | 0.7% | - |
| XYZ | 21.79 | 11.57 | 15.55 | - |
| YUV | 82.97 | 142.7 | 196.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 109 | 0 | 0.84 | 0.39 | 0.30 | 328 | 0.72 | 0.41 |
| Hex | B3 | 1D | 6D | 0 | 54 | 27 | 1E | 148 | 48 | 29 |
| Octal | 263 | 35 | 155 | 0 | 124 | 47 | 36 | 510 | 110 | 51 |
| Binary | 10110011 | 11101 | 1101101 | 0 | 1010100 | 100111 | 11110 | 101001000 | 1001000 | 101001 |
Color Harmonies of #B31D6D
Complementary color
Monochromatic Colors of #B31D6D
Black with #B31D6D
Text Example
Text Example
White with #B31D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31D6D; }
p { color: rgb(179,29,109); }
H1.HeaderClassName
{
color: #B31D6D;
}
.AnyTagClassName
{
color: #B31D6D;
}
</style>
background-color css
<style>
a { background-color: #B31D6D; }
a { background-color: rgb(179,29,109); }
div.DivClassName
{
background-color: #B31D6D;
}
.BgClassName
{
background-color: #B31D6D;
}
</style>
border-color css
<style>
span { border-color: #B31D6D; }
span { border-color: rgb(179,29,109); }
td.TdClassName
{
border-color: #B31D6D;
}
.TagClassName
{
border-color: #B31D6D;
}
</style>