Shades of Jazzberry Jam #B31D69
Tints of Jazzberry Jam #B31D69
RGB
CMYK
RGB Variations
Color information
#B31D69 (or 0xB31D69) is known color: Jazzberry Jam. HEX triplet: B3, 1D and 69. RGB value is (179,29,105). Sum of RGB (Red+Green+Blue) = 179+29+105=313 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.19% from 313); Green value is 29 (11.72% from 255 or 9.27% from 313); Blue value is 105 (41.41% from 255 or 33.55% from 313); Max value from RGB is 179 - color contains mainly: red. Hex color #B31D69 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31D69 is #4CE296. Grayscale: #525252. Windows color (decimal): -5038743 or 6888883. OLE color: 6888883.
HSL color Cylindrical-coordinate representation of color #B31D69: hue angle of 329.6º 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 #B31D69 is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 29 | 105 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.30 |
| HSL | 329.6º | 0.72% | 0.41% | - |
| HSV(B) | 329.6º | 0.84% | 0.7% | - |
| XYZ | 21.58 | 11.48 | 14.44 | - |
| YUV | 82.51 | 140.7 | 196.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 105 | 0 | 0.84 | 0.41 | 0.30 | 329.6 | 0.72 | 0.41 |
| Hex | B3 | 1D | 69 | 0 | 54 | 29 | 1E | 14A | 48 | 29 |
| Octal | 263 | 35 | 151 | 0 | 124 | 51 | 36 | 512 | 110 | 51 |
| Binary | 10110011 | 11101 | 1101001 | 0 | 1010100 | 101001 | 11110 | 101001010 | 1001000 | 101001 |
Color Harmonies of #B31D69
Complementary color
Monochromatic Colors of #B31D69
Black with #B31D69
Text Example
Text Example
White with #B31D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31D69; }
p { color: rgb(179,29,105); }
H1.HeaderClassName
{
color: #B31D69;
}
.AnyTagClassName
{
color: #B31D69;
}
</style>
background-color css
<style>
a { background-color: #B31D69; }
a { background-color: rgb(179,29,105); }
div.DivClassName
{
background-color: #B31D69;
}
.BgClassName
{
background-color: #B31D69;
}
</style>
border-color css
<style>
span { border-color: #B31D69; }
span { border-color: rgb(179,29,105); }
td.TdClassName
{
border-color: #B31D69;
}
.TagClassName
{
border-color: #B31D69;
}
</style>