Shades of Jazzberry Jam #B31D67
Tints of Jazzberry Jam #B31D67
RGB
CMYK
RGB Variations
Color information
#B31D67 (or 0xB31D67) is known color: Jazzberry Jam. HEX triplet: B3, 1D and 67. RGB value is (179,29,103). Sum of RGB (Red+Green+Blue) = 179+29+103=311 (41% of max value = 765). Red value is 179 (70.31% from 255 or 57.56% from 311); Green value is 29 (11.72% from 255 or 9.32% from 311); Blue value is 103 (40.62% from 255 or 33.12% from 311); Max value from RGB is 179 - color contains mainly: red. Hex color #B31D67 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31D67 is #4CE298. Grayscale: #525252. Windows color (decimal): -5038745 or 6757811. OLE color: 6757811.
HSL color Cylindrical-coordinate representation of color #B31D67: hue angle of 330.4º 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 #B31D67 is Cyan = 0, Magento = 0.84, Yellow = 0.42 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 29 | 103 | - |
| CMYK | 0 | 0.84 | 0.42 | 0.30 |
| HSL | 330.4º | 0.72% | 0.41% | - |
| HSV(B) | 330.4º | 0.84% | 0.7% | - |
| XYZ | 21.48 | 11.44 | 13.91 | - |
| YUV | 82.29 | 139.7 | 196.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 29 | 103 | 0 | 0.84 | 0.42 | 0.30 | 330.4 | 0.72 | 0.41 |
| Hex | B3 | 1D | 67 | 0 | 54 | 2A | 1E | 14A | 48 | 29 |
| Octal | 263 | 35 | 147 | 0 | 124 | 52 | 36 | 512 | 110 | 51 |
| Binary | 10110011 | 11101 | 1100111 | 0 | 1010100 | 101010 | 11110 | 101001010 | 1001000 | 101001 |
Color Harmonies of #B31D67
Complementary color
Monochromatic Colors of #B31D67
Black with #B31D67
Text Example
Text Example
White with #B31D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31D67; }
p { color: rgb(179,29,103); }
H1.HeaderClassName
{
color: #B31D67;
}
.AnyTagClassName
{
color: #B31D67;
}
</style>
background-color css
<style>
a { background-color: #B31D67; }
a { background-color: rgb(179,29,103); }
div.DivClassName
{
background-color: #B31D67;
}
.BgClassName
{
background-color: #B31D67;
}
</style>
border-color css
<style>
span { border-color: #B31D67; }
span { border-color: rgb(179,29,103); }
td.TdClassName
{
border-color: #B31D67;
}
.TagClassName
{
border-color: #B31D67;
}
</style>