Shades of Swamp #0E201F
Tints of Swamp #0E201F
RGB
CMYK
RGB Variations
Color information
#0E201F (or 0x0E201F) is known color: Swamp. HEX triplet: 0E, 20 and 1F. RGB value is (14,32,31). Sum of RGB (Red+Green+Blue) = 14+32+31=77 (10% of max value = 765). Red value is 14 (5.86% from 255 or 18.18% from 77); Green value is 32 (12.89% from 255 or 41.56% from 77); Blue value is 31 (12.5% from 255 or 40.26% from 77); Max value from RGB is 32 - color contains mainly: green. Hex color #0E201F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0E201F is #F1DFE0. Grayscale: #1A1A1A. Windows color (decimal): -15851489 or 2039822. OLE color: 2039822.
HSL color Cylindrical-coordinate representation of color #0E201F: hue angle of 176.67º degrees, saturation: 0.39, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #0E201F is Cyan = 0.56, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 14 | 32 | 31 | - |
| CMYK | 0.56 | 0 | 0.03 | 0.87 |
| HSL | 176.67º | 0.39% | 0.09% | - |
| HSV(B) | 176.67º | 0.56% | 0.13% | - |
| XYZ | 0.94 | 1.23 | 1.48 | - |
| YUV | 26.5 | 130.54 | 119.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 14 | 32 | 31 | 0.56 | 0 | 0.03 | 0.87 | 176.67 | 0.39 | 0.09 |
| Hex | E | 20 | 1F | 38 | 0 | 3 | 57 | B1 | 27 | 9 |
| Octal | 16 | 40 | 37 | 70 | 0 | 3 | 127 | 261 | 47 | 11 |
| Binary | 1110 | 100000 | 11111 | 111000 | 0 | 11 | 1010111 | 10110001 | 100111 | 1001 |
Color Harmonies of #0E201F
Complementary color
Monochromatic Colors of #0E201F
Black with #0E201F
Text Example
Text Example
White with #0E201F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0E201F; }
p { color: rgb(14,32,31); }
H1.HeaderClassName
{
color: #0E201F;
}
.AnyTagClassName
{
color: #0E201F;
}
</style>
background-color css
<style>
a { background-color: #0E201F; }
a { background-color: rgb(14,32,31); }
div.DivClassName
{
background-color: #0E201F;
}
.BgClassName
{
background-color: #0E201F;
}
</style>
border-color css
<style>
span { border-color: #0E201F; }
span { border-color: rgb(14,32,31); }
td.TdClassName
{
border-color: #0E201F;
}
.TagClassName
{
border-color: #0E201F;
}
</style>