Shades of Jazzberry Jam #9E033F
Tints of Jazzberry Jam #9E033F
RGB
CMYK
RGB Variations
Color information
#9E033F (or 0x9E033F) is known color: Jazzberry Jam. HEX triplet: 9E, 03 and 3F. RGB value is (158,3,63). Sum of RGB (Red+Green+Blue) = 158+3+63=224 (29% of max value = 765). Red value is 158 (62.11% from 255 or 70.54% from 224); Green value is 3 (1.56% from 255 or 1.34% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 158 - color contains mainly: red. Hex color #9E033F is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E033F is #61FCC0. Grayscale: #383838. Windows color (decimal): -6421697 or 4129694. OLE color: 4129694.
HSL color Cylindrical-coordinate representation of color #9E033F: hue angle of 336.77º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9E033F is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 3 | 63 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.38 |
| HSL | 336.77º | 0.96% | 0.32% | - |
| HSV(B) | 336.77º | 0.98% | 0.62% | - |
| XYZ | 15.03 | 7.69 | 5.4 | - |
| YUV | 56.19 | 131.85 | 200.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 3 | 63 | 0 | 0.98 | 0.60 | 0.38 | 336.77 | 0.96 | 0.32 |
| Hex | 9E | 3 | 3F | 0 | 62 | 3C | 26 | 151 | 60 | 20 |
| Octal | 236 | 3 | 77 | 0 | 142 | 74 | 46 | 521 | 140 | 40 |
| Binary | 10011110 | 11 | 111111 | 0 | 1100010 | 111100 | 100110 | 101010001 | 1100000 | 100000 |
Color Harmonies of #9E033F
Complementary color
Monochromatic Colors of #9E033F
Black with #9E033F
Text Example
Text Example
White with #9E033F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E033F; }
p { color: rgb(158,3,63); }
H1.HeaderClassName
{
color: #9E033F;
}
.AnyTagClassName
{
color: #9E033F;
}
</style>
background-color css
<style>
a { background-color: #9E033F; }
a { background-color: rgb(158,3,63); }
div.DivClassName
{
background-color: #9E033F;
}
.BgClassName
{
background-color: #9E033F;
}
</style>
border-color css
<style>
span { border-color: #9E033F; }
span { border-color: rgb(158,3,63); }
td.TdClassName
{
border-color: #9E033F;
}
.TagClassName
{
border-color: #9E033F;
}
</style>