Shades of Jazzberry Jam #B50142
Tints of Jazzberry Jam #B50142
RGB
CMYK
RGB Variations
Color information
#B50142 (or 0xB50142) is known color: Jazzberry Jam. HEX triplet: B5, 01 and 42. RGB value is (181,1,66). Sum of RGB (Red+Green+Blue) = 181+1+66=248 (32% of max value = 765). Red value is 181 (71.09% from 255 or 72.98% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 181 - color contains mainly: red. Hex color #B50142 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50142 is #4AFEBD. Grayscale: #3E3E3E. Windows color (decimal): -4914878 or 4325813. OLE color: 4325813.
HSL color Cylindrical-coordinate representation of color #B50142: hue angle of 338.33º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B50142 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 66 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.29 |
| HSL | 338.33º | 0.99% | 0.36% | - |
| HSV(B) | 338.33º | 0.99% | 0.71% | - |
| XYZ | 20.05 | 10.24 | 6.07 | - |
| YUV | 62.23 | 130.13 | 212.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 66 | 0 | 0.99 | 0.64 | 0.29 | 338.33 | 0.99 | 0.36 |
| Hex | B5 | 1 | 42 | 0 | 63 | 40 | 1D | 152 | 63 | 24 |
| Octal | 265 | 1 | 102 | 0 | 143 | 100 | 35 | 522 | 143 | 44 |
| Binary | 10110101 | 1 | 1000010 | 0 | 1100011 | 1000000 | 11101 | 101010010 | 1100011 | 100100 |
Color Harmonies of #B50142
Complementary color
Monochromatic Colors of #B50142
Black with #B50142
Text Example
Text Example
White with #B50142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50142; }
p { color: rgb(181,1,66); }
H1.HeaderClassName
{
color: #B50142;
}
.AnyTagClassName
{
color: #B50142;
}
</style>
background-color css
<style>
a { background-color: #B50142; }
a { background-color: rgb(181,1,66); }
div.DivClassName
{
background-color: #B50142;
}
.BgClassName
{
background-color: #B50142;
}
</style>
border-color css
<style>
span { border-color: #B50142; }
span { border-color: rgb(181,1,66); }
td.TdClassName
{
border-color: #B50142;
}
.TagClassName
{
border-color: #B50142;
}
</style>