Shades of Jazzberry Jam #9E003B
Tints of Jazzberry Jam #9E003B
RGB
CMYK
RGB Variations
Color information
#9E003B (or 0x9E003B) is known color: Jazzberry Jam. HEX triplet: 9E, 00 and 3B. RGB value is (158,0,59). Sum of RGB (Red+Green+Blue) = 158+0+59=217 (28% of max value = 765). Red value is 158 (62.11% from 255 or 72.81% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 59 (23.44% from 255 or 27.19% from 217); Max value from RGB is 158 - color contains mainly: red. Hex color #9E003B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E003B is #61FFC4. Grayscale: #353535. Windows color (decimal): -6422469 or 3866782. OLE color: 3866782.
HSL color Cylindrical-coordinate representation of color #9E003B: hue angle of 337.59º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9E003B is Cyan = 0, Magento = 1, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 0 | 59 | - |
| CMYK | 0 | 1 | 0.63 | 0.38 |
| HSL | 337.59º | 1% | 0.31% | - |
| HSV(B) | 337.59º | 1% | 0.62% | - |
| XYZ | 14.89 | 7.58 | 4.82 | - |
| YUV | 53.97 | 130.85 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 0 | 59 | 0 | 1 | 0.63 | 0.38 | 337.59 | 1 | 0.31 |
| Hex | 9E | 0 | 3B | 0 | 64 | 3F | 26 | 152 | 64 | 1F |
| Octal | 236 | 0 | 73 | 0 | 144 | 77 | 46 | 522 | 144 | 37 |
| Binary | 10011110 | 0 | 111011 | 0 | 1100100 | 111111 | 100110 | 101010010 | 1100100 | 11111 |
Color Harmonies of #9E003B
Complementary color
Monochromatic Colors of #9E003B
Black with #9E003B
Text Example
Text Example
White with #9E003B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E003B; }
p { color: rgb(158,0,59); }
H1.HeaderClassName
{
color: #9E003B;
}
.AnyTagClassName
{
color: #9E003B;
}
</style>
background-color css
<style>
a { background-color: #9E003B; }
a { background-color: rgb(158,0,59); }
div.DivClassName
{
background-color: #9E003B;
}
.BgClassName
{
background-color: #9E003B;
}
</style>
border-color css
<style>
span { border-color: #9E003B; }
span { border-color: rgb(158,0,59); }
td.TdClassName
{
border-color: #9E003B;
}
.TagClassName
{
border-color: #9E003B;
}
</style>