Shades of Jazzberry Jam #8E0048
Tints of Jazzberry Jam #8E0048
RGB
CMYK
RGB Variations
Color information
#8E0048 (or 0x8E0048) is known color: Jazzberry Jam. HEX triplet: 8E, 00 and 48. RGB value is (142,0,72). Sum of RGB (Red+Green+Blue) = 142+0+72=214 (28% of max value = 765). Red value is 142 (55.86% from 255 or 66.36% from 214); Green value is 0 (0.39% from 255 or 0% from 214); Blue value is 72 (28.52% from 255 or 33.64% from 214); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0048 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8E0048 is #71FFB7. Grayscale: #323232. Windows color (decimal): -7471032 or 4718734. OLE color: 4718734.
HSL color Cylindrical-coordinate representation of color #8E0048: hue angle of 329.58º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8E0048 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 0 | 72 | - |
| CMYK | 0 | 1 | 0.49 | 0.44 |
| HSL | 329.58º | 1% | 0.28% | - |
| HSV(B) | 329.58º | 1% | 0.56% | - |
| XYZ | 12.33 | 6.22 | 6.68 | - |
| YUV | 50.67 | 140.04 | 193.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 0 | 72 | 0 | 1 | 0.49 | 0.44 | 329.58 | 1 | 0.28 |
| Hex | 8E | 0 | 48 | 0 | 64 | 31 | 2C | 14A | 64 | 1C |
| Octal | 216 | 0 | 110 | 0 | 144 | 61 | 54 | 512 | 144 | 34 |
| Binary | 10001110 | 0 | 1001000 | 0 | 1100100 | 110001 | 101100 | 101001010 | 1100100 | 11100 |
Color Harmonies of #8E0048
Complementary color
Monochromatic Colors of #8E0048
Black with #8E0048
Text Example
Text Example
White with #8E0048
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0048; }
p { color: rgb(142,0,72); }
H1.HeaderClassName
{
color: #8E0048;
}
.AnyTagClassName
{
color: #8E0048;
}
</style>
background-color css
<style>
a { background-color: #8E0048; }
a { background-color: rgb(142,0,72); }
div.DivClassName
{
background-color: #8E0048;
}
.BgClassName
{
background-color: #8E0048;
}
</style>
border-color css
<style>
span { border-color: #8E0048; }
span { border-color: rgb(142,0,72); }
td.TdClassName
{
border-color: #8E0048;
}
.TagClassName
{
border-color: #8E0048;
}
</style>