Shades of Swamp #0E2828
Tints of Swamp #0E2828
RGB
CMYK
RGB Variations
Color information
#0E2828 (or 0x0E2828) is known color: Swamp. HEX triplet: 0E, 28 and 28. RGB value is (14,40,40). Sum of RGB (Red+Green+Blue) = 14+40+40=94 (12% of max value = 765). Red value is 14 (5.86% from 255 or 14.89% from 94); Green value is 40 (16.02% from 255 or 42.55% from 94); Blue value is 40 (16.02% from 255 or 42.55% from 94); Max value from RGB is 40 - color contains mainly: green, blue. Hex color #0E2828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E2828 is #F1D7D7. Grayscale: #202020. Windows color (decimal): -15849432 or 2631694. OLE color: 2631694.
HSL color Cylindrical-coordinate representation of color #0E2828: hue angle of 180º degrees, saturation: 0.48, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #0E2828 is Cyan = 0.65, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 14 | 40 | 40 | - |
| CMYK | 0.65 | 0 | 0 | 0.84 |
| HSL | 180º | 0.48% | 0.11% | - |
| HSV(B) | 180º | 0.65% | 0.16% | - |
| XYZ | 1.32 | 1.76 | 2.28 | - |
| YUV | 32.23 | 132.39 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 40 | 40 | 0.65 | 0 | 0 | 0.84 | 180 | 0.48 | 0.11 |
| Hex | E | 28 | 28 | 41 | 0 | 0 | 54 | B4 | 30 | B |
| Octal | 16 | 50 | 50 | 101 | 0 | 0 | 124 | 264 | 60 | 13 |
| Binary | 1110 | 101000 | 101000 | 1000001 | 0 | 0 | 1010100 | 10110100 | 110000 | 1011 |
Color Harmonies of #0E2828
Complementary color
Monochromatic Colors of #0E2828
Black with #0E2828
Text Example
Text Example
White with #0E2828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E2828; }
p { color: rgb(14,40,40); }
H1.HeaderClassName
{
color: #0E2828;
}
.AnyTagClassName
{
color: #0E2828;
}
</style>
background-color css
<style>
a { background-color: #0E2828; }
a { background-color: rgb(14,40,40); }
div.DivClassName
{
background-color: #0E2828;
}
.BgClassName
{
background-color: #0E2828;
}
</style>
border-color css
<style>
span { border-color: #0E2828; }
span { border-color: rgb(14,40,40); }
td.TdClassName
{
border-color: #0E2828;
}
.TagClassName
{
border-color: #0E2828;
}
</style>