Shades of Jazzberry Jam #B31850
Tints of Jazzberry Jam #B31850
RGB
CMYK
RGB Variations
Color information
#B31850 (or 0xB31850) is known color: Jazzberry Jam. HEX triplet: B3, 18 and 50. RGB value is (179,24,80). Sum of RGB (Red+Green+Blue) = 179+24+80=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 80 (31.64% from 255 or 28.27% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B31850 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31850 is #4CE7AF. Grayscale: #4C4C4C. Windows color (decimal): -5040048 or 5249203. OLE color: 5249203.
HSL color Cylindrical-coordinate representation of color #B31850: hue angle of 338.32º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B31850 is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 24 | 80 | - |
| CMYK | 0 | 0.87 | 0.55 | 0.30 |
| HSL | 338.32º | 0.76% | 0.4% | - |
| HSV(B) | 338.32º | 0.87% | 0.7% | - |
| XYZ | 20.37 | 10.82 | 8.6 | - |
| YUV | 76.73 | 129.85 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 24 | 80 | 0 | 0.87 | 0.55 | 0.30 | 338.32 | 0.76 | 0.4 |
| Hex | B3 | 18 | 50 | 0 | 57 | 37 | 1E | 152 | 4C | 28 |
| Octal | 263 | 30 | 120 | 0 | 127 | 67 | 36 | 522 | 114 | 50 |
| Binary | 10110011 | 11000 | 1010000 | 0 | 1010111 | 110111 | 11110 | 101010010 | 1001100 | 101000 |
Color Harmonies of #B31850
Complementary color
Monochromatic Colors of #B31850
Black with #B31850
Text Example
Text Example
White with #B31850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31850; }
p { color: rgb(179,24,80); }
H1.HeaderClassName
{
color: #B31850;
}
.AnyTagClassName
{
color: #B31850;
}
</style>
background-color css
<style>
a { background-color: #B31850; }
a { background-color: rgb(179,24,80); }
div.DivClassName
{
background-color: #B31850;
}
.BgClassName
{
background-color: #B31850;
}
</style>
border-color css
<style>
span { border-color: #B31850; }
span { border-color: rgb(179,24,80); }
td.TdClassName
{
border-color: #B31850;
}
.TagClassName
{
border-color: #B31850;
}
</style>