Shades of Jazzberry Jam #B50243
Tints of Jazzberry Jam #B50243
RGB
CMYK
RGB Variations
Color information
#B50243 (or 0xB50243) is known color: Jazzberry Jam. HEX triplet: B5, 02 and 43. RGB value is (181,2,67). Sum of RGB (Red+Green+Blue) = 181+2+67=250 (33% of max value = 765). Red value is 181 (71.09% from 255 or 72.4% from 250); Green value is 2 (1.17% from 255 or 0.8% from 250); Blue value is 67 (26.56% from 255 or 26.8% from 250); Max value from RGB is 181 - color contains mainly: red. Hex color #B50243 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B50243 is #4AFDBC. Grayscale: #3E3E3E. Windows color (decimal): -4914621 or 4391605. OLE color: 4391605.
HSL color Cylindrical-coordinate representation of color #B50243: hue angle of 338.21º degrees, saturation: 0.98, 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 #B50243 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 2 | 67 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.29 |
| HSL | 338.21º | 0.98% | 0.36% | - |
| HSV(B) | 338.21º | 0.99% | 0.71% | - |
| XYZ | 20.09 | 10.27 | 6.23 | - |
| YUV | 62.93 | 130.3 | 212.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 2 | 67 | 0 | 0.99 | 0.63 | 0.29 | 338.21 | 0.98 | 0.36 |
| Hex | B5 | 2 | 43 | 0 | 63 | 3F | 1D | 152 | 62 | 24 |
| Octal | 265 | 2 | 103 | 0 | 143 | 77 | 35 | 522 | 142 | 44 |
| Binary | 10110101 | 10 | 1000011 | 0 | 1100011 | 111111 | 11101 | 101010010 | 1100010 | 100100 |
Color Harmonies of #B50243
Complementary color
Monochromatic Colors of #B50243
Black with #B50243
Text Example
Text Example
White with #B50243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B50243; }
p { color: rgb(181,2,67); }
H1.HeaderClassName
{
color: #B50243;
}
.AnyTagClassName
{
color: #B50243;
}
</style>
background-color css
<style>
a { background-color: #B50243; }
a { background-color: rgb(181,2,67); }
div.DivClassName
{
background-color: #B50243;
}
.BgClassName
{
background-color: #B50243;
}
</style>
border-color css
<style>
span { border-color: #B50243; }
span { border-color: rgb(181,2,67); }
td.TdClassName
{
border-color: #B50243;
}
.TagClassName
{
border-color: #B50243;
}
</style>