Shades of Jazzberry Jam #BE0051
Tints of Jazzberry Jam #BE0051
RGB
CMYK
RGB Variations
Color information
#BE0051 (or 0xBE0051) is known color: Jazzberry Jam. HEX triplet: BE, 00 and 51. RGB value is (190,0,81). Sum of RGB (Red+Green+Blue) = 190+0+81=271 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.11% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 81 (32.03% from 255 or 29.89% from 271); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0051 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0051 is #41FFAE. Grayscale: #414141. Windows color (decimal): -4325295 or 5308606. OLE color: 5308606.
HSL color Cylindrical-coordinate representation of color #BE0051: hue angle of 334.42º degrees, saturation: 1, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BE0051 is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 0 | 81 | - |
| CMYK | 0 | 1 | 0.57 | 0.25 |
| HSL | 334.42º | 1% | 0.37% | - |
| HSV(B) | 334.42º | 1% | 0.75% | - |
| XYZ | 22.72 | 11.54 | 8.81 | - |
| YUV | 66.04 | 136.45 | 216.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 0 | 81 | 0 | 1 | 0.57 | 0.25 | 334.42 | 1 | 0.37 |
| Hex | BE | 0 | 51 | 0 | 64 | 39 | 19 | 14E | 64 | 25 |
| Octal | 276 | 0 | 121 | 0 | 144 | 71 | 31 | 516 | 144 | 45 |
| Binary | 10111110 | 0 | 1010001 | 0 | 1100100 | 111001 | 11001 | 101001110 | 1100100 | 100101 |
Color Harmonies of #BE0051
Complementary color
Monochromatic Colors of #BE0051
Black with #BE0051
Text Example
Text Example
White with #BE0051
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0051; }
p { color: rgb(190,0,81); }
H1.HeaderClassName
{
color: #BE0051;
}
.AnyTagClassName
{
color: #BE0051;
}
</style>
background-color css
<style>
a { background-color: #BE0051; }
a { background-color: rgb(190,0,81); }
div.DivClassName
{
background-color: #BE0051;
}
.BgClassName
{
background-color: #BE0051;
}
</style>
border-color css
<style>
span { border-color: #BE0051; }
span { border-color: rgb(190,0,81); }
td.TdClassName
{
border-color: #BE0051;
}
.TagClassName
{
border-color: #BE0051;
}
</style>