Shades of Jazzberry Jam #B50446
Tints of Jazzberry Jam #B50446
RGB
CMYK
RGB Variations
Color information
#B50446 (or 0xB50446) is known color: Jazzberry Jam. HEX triplet: B5, 04 and 46. RGB value is (181,4,70). Sum of RGB (Red+Green+Blue) = 181+4+70=255 (33% of max value = 765). Red value is 181 (71.09% from 255 or 70.98% from 255); Green value is 4 (1.95% from 255 or 1.57% from 255); Blue value is 70 (27.73% from 255 or 27.45% from 255); Max value from RGB is 181 - color contains mainly: red. Hex color #B50446 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50446 is #4AFBB9. Grayscale: #404040. Windows color (decimal): -4914106 or 4588725. OLE color: 4588725.
HSL color Cylindrical-coordinate representation of color #B50446: hue angle of 337.63º degrees, saturation: 0.96, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B50446 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 4 | 70 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.29 |
| HSL | 337.63º | 0.96% | 0.36% | - |
| HSV(B) | 337.63º | 0.98% | 0.71% | - |
| XYZ | 20.2 | 10.35 | 6.73 | - |
| YUV | 64.45 | 131.14 | 211.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 4 | 70 | 0 | 0.98 | 0.61 | 0.29 | 337.63 | 0.96 | 0.36 |
| Hex | B5 | 4 | 46 | 0 | 62 | 3D | 1D | 152 | 60 | 24 |
| Octal | 265 | 4 | 106 | 0 | 142 | 75 | 35 | 522 | 140 | 44 |
| Binary | 10110101 | 100 | 1000110 | 0 | 1100010 | 111101 | 11101 | 101010010 | 1100000 | 100100 |
Color Harmonies of #B50446
Complementary color
Monochromatic Colors of #B50446
Black with #B50446
Text Example
Text Example
White with #B50446
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50446; }
p { color: rgb(181,4,70); }
H1.HeaderClassName
{
color: #B50446;
}
.AnyTagClassName
{
color: #B50446;
}
</style>
background-color css
<style>
a { background-color: #B50446; }
a { background-color: rgb(181,4,70); }
div.DivClassName
{
background-color: #B50446;
}
.BgClassName
{
background-color: #B50446;
}
</style>
border-color css
<style>
span { border-color: #B50446; }
span { border-color: rgb(181,4,70); }
td.TdClassName
{
border-color: #B50446;
}
.TagClassName
{
border-color: #B50446;
}
</style>