Shades of Jazzberry Jam #B31250
Tints of Jazzberry Jam #B31250
RGB
CMYK
RGB Variations
Color information
#B31250 (or 0xB31250) is known color: Jazzberry Jam. HEX triplet: B3, 12 and 50. RGB value is (179,18,80). Sum of RGB (Red+Green+Blue) = 179+18+80=277 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.62% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 80 (31.64% from 255 or 28.88% from 277); Max value from RGB is 179 - color contains mainly: red. Hex color #B31250 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31250 is #4CEDAF. Grayscale: #494949. Windows color (decimal): -5041584 or 5247667. OLE color: 5247667.
HSL color Cylindrical-coordinate representation of color #B31250: hue angle of 336.89º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B31250 is Cyan = 0, Magento = 0.90, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 18 | 80 | - |
| CMYK | 0 | 0.90 | 0.55 | 0.30 |
| HSL | 336.89º | 0.82% | 0.39% | - |
| HSV(B) | 336.89º | 0.9% | 0.7% | - |
| XYZ | 20.25 | 10.6 | 8.57 | - |
| YUV | 73.21 | 131.84 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 18 | 80 | 0 | 0.90 | 0.55 | 0.30 | 336.89 | 0.82 | 0.39 |
| Hex | B3 | 12 | 50 | 0 | 5A | 37 | 1E | 151 | 52 | 27 |
| Octal | 263 | 22 | 120 | 0 | 132 | 67 | 36 | 521 | 122 | 47 |
| Binary | 10110011 | 10010 | 1010000 | 0 | 1011010 | 110111 | 11110 | 101010001 | 1010010 | 100111 |
Color Harmonies of #B31250
Complementary color
Monochromatic Colors of #B31250
Black with #B31250
Text Example
Text Example
White with #B31250
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31250; }
p { color: rgb(179,18,80); }
H1.HeaderClassName
{
color: #B31250;
}
.AnyTagClassName
{
color: #B31250;
}
</style>
background-color css
<style>
a { background-color: #B31250; }
a { background-color: rgb(179,18,80); }
div.DivClassName
{
background-color: #B31250;
}
.BgClassName
{
background-color: #B31250;
}
</style>
border-color css
<style>
span { border-color: #B31250; }
span { border-color: rgb(179,18,80); }
td.TdClassName
{
border-color: #B31250;
}
.TagClassName
{
border-color: #B31250;
}
</style>