Shades of Jazzberry Jam #B31450
Tints of Jazzberry Jam #B31450
RGB
CMYK
RGB Variations
Color information
#B31450 (or 0xB31450) is known color: Jazzberry Jam. HEX triplet: B3, 14 and 50. RGB value is (179,20,80). Sum of RGB (Red+Green+Blue) = 179+20+80=279 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.16% from 279); Green value is 20 (8.20% from 255 or 7.17% from 279); Blue value is 80 (31.64% from 255 or 28.67% from 279); Max value from RGB is 179 - color contains mainly: red. Hex color #B31450 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31450 is #4CEBAF. Grayscale: #4A4A4A. Windows color (decimal): -5041072 or 5248179. OLE color: 5248179.
HSL color Cylindrical-coordinate representation of color #B31450: hue angle of 337.36º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B31450 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 20 | 80 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.30 |
| HSL | 337.36º | 0.8% | 0.39% | - |
| HSV(B) | 337.36º | 0.89% | 0.7% | - |
| XYZ | 20.29 | 10.66 | 8.58 | - |
| YUV | 74.38 | 131.18 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 80 | 0 | 0.89 | 0.55 | 0.30 | 337.36 | 0.8 | 0.39 |
| Hex | B3 | 14 | 50 | 0 | 59 | 37 | 1E | 151 | 50 | 27 |
| Octal | 263 | 24 | 120 | 0 | 131 | 67 | 36 | 521 | 120 | 47 |
| Binary | 10110011 | 10100 | 1010000 | 0 | 1011001 | 110111 | 11110 | 101010001 | 1010000 | 100111 |
Color Harmonies of #B31450
Complementary color
Monochromatic Colors of #B31450
Black with #B31450
Text Example
Text Example
White with #B31450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31450; }
p { color: rgb(179,20,80); }
H1.HeaderClassName
{
color: #B31450;
}
.AnyTagClassName
{
color: #B31450;
}
</style>
background-color css
<style>
a { background-color: #B31450; }
a { background-color: rgb(179,20,80); }
div.DivClassName
{
background-color: #B31450;
}
.BgClassName
{
background-color: #B31450;
}
</style>
border-color css
<style>
span { border-color: #B31450; }
span { border-color: rgb(179,20,80); }
td.TdClassName
{
border-color: #B31450;
}
.TagClassName
{
border-color: #B31450;
}
</style>