Shades of Jazzberry Jam #BE0354
Tints of Jazzberry Jam #BE0354
RGB
CMYK
RGB Variations
Color information
#BE0354 (or 0xBE0354) is known color: Jazzberry Jam. HEX triplet: BE, 03 and 54. RGB value is (190,3,84). Sum of RGB (Red+Green+Blue) = 190+3+84=277 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.59% from 277); Green value is 3 (1.56% from 255 or 1.08% from 277); Blue value is 84 (33.20% from 255 or 30.32% from 277); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0354 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0354 is #41FCAB. Grayscale: #444444. Windows color (decimal): -4324524 or 5505982. OLE color: 5505982.
HSL color Cylindrical-coordinate representation of color #BE0354: hue angle of 334.01º degrees, saturation: 0.97, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BE0354 is Cyan = 0, Magento = 0.98, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 3 | 84 | - |
| CMYK | 0 | 0.98 | 0.56 | 0.25 |
| HSL | 334.01º | 0.97% | 0.38% | - |
| HSV(B) | 334.01º | 0.98% | 0.75% | - |
| XYZ | 22.87 | 11.65 | 9.43 | - |
| YUV | 68.15 | 136.95 | 214.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 3 | 84 | 0 | 0.98 | 0.56 | 0.25 | 334.01 | 0.97 | 0.38 |
| Hex | BE | 3 | 54 | 0 | 62 | 38 | 19 | 14E | 61 | 26 |
| Octal | 276 | 3 | 124 | 0 | 142 | 70 | 31 | 516 | 141 | 46 |
| Binary | 10111110 | 11 | 1010100 | 0 | 1100010 | 111000 | 11001 | 101001110 | 1100001 | 100110 |
Color Harmonies of #BE0354
Complementary color
Monochromatic Colors of #BE0354
Black with #BE0354
Text Example
Text Example
White with #BE0354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0354; }
p { color: rgb(190,3,84); }
H1.HeaderClassName
{
color: #BE0354;
}
.AnyTagClassName
{
color: #BE0354;
}
</style>
background-color css
<style>
a { background-color: #BE0354; }
a { background-color: rgb(190,3,84); }
div.DivClassName
{
background-color: #BE0354;
}
.BgClassName
{
background-color: #BE0354;
}
</style>
border-color css
<style>
span { border-color: #BE0354; }
span { border-color: rgb(190,3,84); }
td.TdClassName
{
border-color: #BE0354;
}
.TagClassName
{
border-color: #BE0354;
}
</style>