Shades of Jazzberry Jam #9E043B
Tints of Jazzberry Jam #9E043B
RGB
CMYK
RGB Variations
Color information
#9E043B (or 0x9E043B) is known color: Jazzberry Jam. HEX triplet: 9E, 04 and 3B. RGB value is (158,4,59). Sum of RGB (Red+Green+Blue) = 158+4+59=221 (29% of max value = 765). Red value is 158 (62.11% from 255 or 71.49% from 221); Green value is 4 (1.95% from 255 or 1.81% from 221); Blue value is 59 (23.44% from 255 or 26.70% from 221); Max value from RGB is 158 - color contains mainly: red. Hex color #9E043B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E043B is #61FBC4. Grayscale: #383838. Windows color (decimal): -6421445 or 3867806. OLE color: 3867806.
HSL color Cylindrical-coordinate representation of color #9E043B: hue angle of 338.57º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E043B is Cyan = 0, Magento = 0.97, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 4 | 59 | - |
| CMYK | 0 | 0.97 | 0.63 | 0.38 |
| HSL | 338.57º | 0.95% | 0.32% | - |
| HSV(B) | 338.57º | 0.97% | 0.62% | - |
| XYZ | 14.93 | 7.67 | 4.83 | - |
| YUV | 56.32 | 129.52 | 200.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 4 | 59 | 0 | 0.97 | 0.63 | 0.38 | 338.57 | 0.95 | 0.32 |
| Hex | 9E | 4 | 3B | 0 | 61 | 3F | 26 | 153 | 5F | 20 |
| Octal | 236 | 4 | 73 | 0 | 141 | 77 | 46 | 523 | 137 | 40 |
| Binary | 10011110 | 100 | 111011 | 0 | 1100001 | 111111 | 100110 | 101010011 | 1011111 | 100000 |
Color Harmonies of #9E043B
Complementary color
Monochromatic Colors of #9E043B
Black with #9E043B
Text Example
Text Example
White with #9E043B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E043B; }
p { color: rgb(158,4,59); }
H1.HeaderClassName
{
color: #9E043B;
}
.AnyTagClassName
{
color: #9E043B;
}
</style>
background-color css
<style>
a { background-color: #9E043B; }
a { background-color: rgb(158,4,59); }
div.DivClassName
{
background-color: #9E043B;
}
.BgClassName
{
background-color: #9E043B;
}
</style>
border-color css
<style>
span { border-color: #9E043B; }
span { border-color: rgb(158,4,59); }
td.TdClassName
{
border-color: #9E043B;
}
.TagClassName
{
border-color: #9E043B;
}
</style>