Shades of Jazzberry Jam #B31350
Tints of Jazzberry Jam #B31350
RGB
CMYK
RGB Variations
Color information
#B31350 (or 0xB31350) is known color: Jazzberry Jam. HEX triplet: B3, 13 and 50. RGB value is (179,19,80). Sum of RGB (Red+Green+Blue) = 179+19+80=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 80 (31.64% from 255 or 28.78% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B31350 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31350 is #4CECAF. Grayscale: #494949. Windows color (decimal): -5041328 or 5247923. OLE color: 5247923.
HSL color Cylindrical-coordinate representation of color #B31350: hue angle of 337.12º degrees, saturation: 0.81, 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 #B31350 is Cyan = 0, Magento = 0.89, Yellow = 0.55 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 19 | 80 | - |
| CMYK | 0 | 0.89 | 0.55 | 0.30 |
| HSL | 337.13º | 0.81% | 0.39% | - |
| HSV(B) | 337.13º | 0.89% | 0.7% | - |
| XYZ | 20.27 | 10.63 | 8.57 | - |
| YUV | 73.79 | 131.51 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 19 | 80 | 0 | 0.89 | 0.55 | 0.30 | 337.13 | 0.81 | 0.39 |
| Hex | B3 | 13 | 50 | 0 | 59 | 37 | 1E | 151 | 51 | 27 |
| Octal | 263 | 23 | 120 | 0 | 131 | 67 | 36 | 521 | 121 | 47 |
| Binary | 10110011 | 10011 | 1010000 | 0 | 1011001 | 110111 | 11110 | 101010001 | 1010001 | 100111 |
Color Harmonies of #B31350
Complementary color
Monochromatic Colors of #B31350
Black with #B31350
Text Example
Text Example
White with #B31350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31350; }
p { color: rgb(179,19,80); }
H1.HeaderClassName
{
color: #B31350;
}
.AnyTagClassName
{
color: #B31350;
}
</style>
background-color css
<style>
a { background-color: #B31350; }
a { background-color: rgb(179,19,80); }
div.DivClassName
{
background-color: #B31350;
}
.BgClassName
{
background-color: #B31350;
}
</style>
border-color css
<style>
span { border-color: #B31350; }
span { border-color: rgb(179,19,80); }
td.TdClassName
{
border-color: #B31350;
}
.TagClassName
{
border-color: #B31350;
}
</style>