Shades of Jazzberry Jam #B50145
Tints of Jazzberry Jam #B50145
RGB
CMYK
RGB Variations
Color information
#B50145 (or 0xB50145) is known color: Jazzberry Jam. HEX triplet: B5, 01 and 45. RGB value is (181,1,69). Sum of RGB (Red+Green+Blue) = 181+1+69=251 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.11% from 251); Green value is 1 (0.78% from 255 or 0.40% from 251); Blue value is 69 (27.34% from 255 or 27.49% from 251); Max value from RGB is 181 - color contains mainly: red. Hex color #B50145 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50145 is #4AFEBA. Grayscale: #3E3E3E. Windows color (decimal): -4914875 or 4522421. OLE color: 4522421.
HSL color Cylindrical-coordinate representation of color #B50145: hue angle of 337.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 #B50145 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 1 | 69 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.29 |
| HSL | 337.33º | 0.99% | 0.36% | - |
| HSV(B) | 337.33º | 0.99% | 0.71% | - |
| XYZ | 20.14 | 10.28 | 6.55 | - |
| YUV | 62.57 | 131.63 | 212.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 1 | 69 | 0 | 0.99 | 0.62 | 0.29 | 337.33 | 0.99 | 0.36 |
| Hex | B5 | 1 | 45 | 0 | 63 | 3E | 1D | 151 | 63 | 24 |
| Octal | 265 | 1 | 105 | 0 | 143 | 76 | 35 | 521 | 143 | 44 |
| Binary | 10110101 | 1 | 1000101 | 0 | 1100011 | 111110 | 11101 | 101010001 | 1100011 | 100100 |
Color Harmonies of #B50145
Complementary color
Monochromatic Colors of #B50145
Black with #B50145
Text Example
Text Example
White with #B50145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50145; }
p { color: rgb(181,1,69); }
H1.HeaderClassName
{
color: #B50145;
}
.AnyTagClassName
{
color: #B50145;
}
</style>
background-color css
<style>
a { background-color: #B50145; }
a { background-color: rgb(181,1,69); }
div.DivClassName
{
background-color: #B50145;
}
.BgClassName
{
background-color: #B50145;
}
</style>
border-color css
<style>
span { border-color: #B50145; }
span { border-color: rgb(181,1,69); }
td.TdClassName
{
border-color: #B50145;
}
.TagClassName
{
border-color: #B50145;
}
</style>