Shades of Jazzberry Jam #B50053
Tints of Jazzberry Jam #B50053
RGB
CMYK
RGB Variations
Color information
#B50053 (or 0xB50053) is known color: Jazzberry Jam. HEX triplet: B5, 00 and 53. RGB value is (181,0,83). Sum of RGB (Red+Green+Blue) = 181+0+83=264 (34% of max value = 765). Red value is 181 (71.09% from 255 or 68.56% from 264); Green value is 0 (0.39% from 255 or 0% from 264); Blue value is 83 (32.81% from 255 or 31.44% from 264); Max value from RGB is 181 - color contains mainly: red. Hex color #B50053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B50053 is #4AFFAC. Grayscale: #3F3F3F. Windows color (decimal): -4915117 or 5439669. OLE color: 5439669.
HSL color Cylindrical-coordinate representation of color #B50053: hue angle of 332.49º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B50053 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.54 | 0.29 |
| HSL | 332.49º | 1% | 0.35% | - |
| HSV(B) | 332.49º | 1% | 0.71% | - |
| XYZ | 20.62 | 10.45 | 9.11 | - |
| YUV | 63.58 | 138.97 | 211.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 0 | 83 | 0 | 1 | 0.54 | 0.29 | 332.49 | 1 | 0.35 |
| Hex | B5 | 0 | 53 | 0 | 64 | 36 | 1D | 14C | 64 | 23 |
| Octal | 265 | 0 | 123 | 0 | 144 | 66 | 35 | 514 | 144 | 43 |
| Binary | 10110101 | 0 | 1010011 | 0 | 1100100 | 110110 | 11101 | 101001100 | 1100100 | 100011 |
Color Harmonies of #B50053
Complementary color
Monochromatic Colors of #B50053
Black with #B50053
Text Example
Text Example
White with #B50053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50053; }
p { color: rgb(181,0,83); }
H1.HeaderClassName
{
color: #B50053;
}
.AnyTagClassName
{
color: #B50053;
}
</style>
background-color css
<style>
a { background-color: #B50053; }
a { background-color: rgb(181,0,83); }
div.DivClassName
{
background-color: #B50053;
}
.BgClassName
{
background-color: #B50053;
}
</style>
border-color css
<style>
span { border-color: #B50053; }
span { border-color: rgb(181,0,83); }
td.TdClassName
{
border-color: #B50053;
}
.TagClassName
{
border-color: #B50053;
}
</style>