Shades of Jazzberry Jam #BE0249
Tints of Jazzberry Jam #BE0249
RGB
CMYK
RGB Variations
Color information
#BE0249 (or 0xBE0249) is known color: Jazzberry Jam. HEX triplet: BE, 02 and 49. RGB value is (190,2,73). Sum of RGB (Red+Green+Blue) = 190+2+73=265 (35% of max value = 765). Red value is 190 (74.61% from 255 or 71.70% from 265); Green value is 2 (1.17% from 255 or 0.75% from 265); Blue value is 73 (28.91% from 255 or 27.55% from 265); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0249 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BE0249 is #41FDB6. Grayscale: #424242. Windows color (decimal): -4324791 or 4784830. OLE color: 4784830.
HSL color Cylindrical-coordinate representation of color #BE0249: hue angle of 337.34º degrees, saturation: 0.98, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BE0249 is Cyan = 0, Magento = 0.99, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 2 | 73 | - |
| CMYK | 0 | 0.99 | 0.62 | 0.25 |
| HSL | 337.34º | 0.98% | 0.38% | - |
| HSV(B) | 337.34º | 0.99% | 0.75% | - |
| XYZ | 22.46 | 11.47 | 7.33 | - |
| YUV | 66.31 | 131.78 | 216.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 2 | 73 | 0 | 0.99 | 0.62 | 0.25 | 337.34 | 0.98 | 0.38 |
| Hex | BE | 2 | 49 | 0 | 63 | 3E | 19 | 151 | 62 | 26 |
| Octal | 276 | 2 | 111 | 0 | 143 | 76 | 31 | 521 | 142 | 46 |
| Binary | 10111110 | 10 | 1001001 | 0 | 1100011 | 111110 | 11001 | 101010001 | 1100010 | 100110 |
Color Harmonies of #BE0249
Complementary color
Monochromatic Colors of #BE0249
Black with #BE0249
Text Example
Text Example
White with #BE0249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0249; }
p { color: rgb(190,2,73); }
H1.HeaderClassName
{
color: #BE0249;
}
.AnyTagClassName
{
color: #BE0249;
}
</style>
background-color css
<style>
a { background-color: #BE0249; }
a { background-color: rgb(190,2,73); }
div.DivClassName
{
background-color: #BE0249;
}
.BgClassName
{
background-color: #BE0249;
}
</style>
border-color css
<style>
span { border-color: #BE0249; }
span { border-color: rgb(190,2,73); }
td.TdClassName
{
border-color: #BE0249;
}
.TagClassName
{
border-color: #BE0249;
}
</style>