Shades of Jazzberry Jam #9E063B
Tints of Jazzberry Jam #9E063B
RGB
CMYK
RGB Variations
Color information
#9E063B (or 0x9E063B) is known color: Jazzberry Jam. HEX triplet: 9E, 06 and 3B. RGB value is (158,6,59). Sum of RGB (Red+Green+Blue) = 158+6+59=223 (29% of max value = 765). Red value is 158 (62.11% from 255 or 70.85% from 223); Green value is 6 (2.73% from 255 or 2.69% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 158 - color contains mainly: red. Hex color #9E063B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E063B is #61F9C4. Grayscale: #393939. Windows color (decimal): -6420933 or 3868318. OLE color: 3868318.
HSL color Cylindrical-coordinate representation of color #9E063B: hue angle of 339.08º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E063B is Cyan = 0, Magento = 0.96, Yellow = 0.63 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 6 | 59 | - |
| CMYK | 0 | 0.96 | 0.63 | 0.38 |
| HSL | 339.08º | 0.93% | 0.32% | - |
| HSV(B) | 339.08º | 0.96% | 0.62% | - |
| XYZ | 14.96 | 7.72 | 4.84 | - |
| YUV | 57.49 | 128.86 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 6 | 59 | 0 | 0.96 | 0.63 | 0.38 | 339.08 | 0.93 | 0.32 |
| Hex | 9E | 6 | 3B | 0 | 60 | 3F | 26 | 153 | 5D | 20 |
| Octal | 236 | 6 | 73 | 0 | 140 | 77 | 46 | 523 | 135 | 40 |
| Binary | 10011110 | 110 | 111011 | 0 | 1100000 | 111111 | 100110 | 101010011 | 1011101 | 100000 |
Color Harmonies of #9E063B
Complementary color
Monochromatic Colors of #9E063B
Black with #9E063B
Text Example
Text Example
White with #9E063B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E063B; }
p { color: rgb(158,6,59); }
H1.HeaderClassName
{
color: #9E063B;
}
.AnyTagClassName
{
color: #9E063B;
}
</style>
background-color css
<style>
a { background-color: #9E063B; }
a { background-color: rgb(158,6,59); }
div.DivClassName
{
background-color: #9E063B;
}
.BgClassName
{
background-color: #9E063B;
}
</style>
border-color css
<style>
span { border-color: #9E063B; }
span { border-color: rgb(158,6,59); }
td.TdClassName
{
border-color: #9E063B;
}
.TagClassName
{
border-color: #9E063B;
}
</style>