Shades of Jazzberry Jam #BE0356
Tints of Jazzberry Jam #BE0356
RGB
CMYK
RGB Variations
Color information
#BE0356 (or 0xBE0356) is known color: Jazzberry Jam. HEX triplet: BE, 03 and 56. RGB value is (190,3,86). Sum of RGB (Red+Green+Blue) = 190+3+86=279 (36% of max value = 765). Red value is 190 (74.61% from 255 or 68.10% from 279); Green value is 3 (1.56% from 255 or 1.08% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 190 - color contains mainly: red. Hex color #BE0356 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #BE0356 is #41FCA9. Grayscale: #444444. Windows color (decimal): -4324522 or 5637054. OLE color: 5637054.
HSL color Cylindrical-coordinate representation of color #BE0356: hue angle of 333.37º 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 #BE0356 is Cyan = 0, Magento = 0.98, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 3 | 86 | - |
| CMYK | 0 | 0.98 | 0.55 | 0.25 |
| HSL | 333.37º | 0.97% | 0.38% | - |
| HSV(B) | 333.37º | 0.98% | 0.75% | - |
| XYZ | 22.95 | 11.68 | 9.85 | - |
| YUV | 68.38 | 137.95 | 214.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 3 | 86 | 0 | 0.98 | 0.55 | 0.25 | 333.37 | 0.97 | 0.38 |
| Hex | BE | 3 | 56 | 0 | 62 | 37 | 19 | 14D | 61 | 26 |
| Octal | 276 | 3 | 126 | 0 | 142 | 67 | 31 | 515 | 141 | 46 |
| Binary | 10111110 | 11 | 1010110 | 0 | 1100010 | 110111 | 11001 | 101001101 | 1100001 | 100110 |
Color Harmonies of #BE0356
Complementary color
Monochromatic Colors of #BE0356
Black with #BE0356
Text Example
Text Example
White with #BE0356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE0356; }
p { color: rgb(190,3,86); }
H1.HeaderClassName
{
color: #BE0356;
}
.AnyTagClassName
{
color: #BE0356;
}
</style>
background-color css
<style>
a { background-color: #BE0356; }
a { background-color: rgb(190,3,86); }
div.DivClassName
{
background-color: #BE0356;
}
.BgClassName
{
background-color: #BE0356;
}
</style>
border-color css
<style>
span { border-color: #BE0356; }
span { border-color: rgb(190,3,86); }
td.TdClassName
{
border-color: #BE0356;
}
.TagClassName
{
border-color: #BE0356;
}
</style>