Shades of Swamp #081E1E
Tints of Swamp #081E1E
RGB
CMYK
RGB Variations
Color information
#081E1E (or 0x081E1E) is known color: Swamp. HEX triplet: 08, 1E and 1E. RGB value is (8,30,30). Sum of RGB (Red+Green+Blue) = 8+30+30=68 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.76% from 68); Green value is 30 (12.11% from 255 or 44.12% from 68); Blue value is 30 (12.11% from 255 or 44.12% from 68); Max value from RGB is 30 - color contains mainly: green, blue. Hex color #081E1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081E1E is #F7E1E1. Grayscale: #171717. Windows color (decimal): -16245218 or 1973768. OLE color: 1973768.
HSL color Cylindrical-coordinate representation of color #081E1E: hue angle of 180º degrees, saturation: 0.58, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #081E1E is Cyan = 0.73, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 8 | 30 | 30 | - |
| CMYK | 0.73 | 0 | 0 | 0.88 |
| HSL | 180º | 0.58% | 0.07% | - |
| HSV(B) | 180º | 0.73% | 0.12% | - |
| XYZ | 0.8 | 1.07 | 1.39 | - |
| YUV | 23.42 | 131.71 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 30 | 30 | 0.73 | 0 | 0 | 0.88 | 180 | 0.58 | 0.07 |
| Hex | 8 | 1E | 1E | 49 | 0 | 0 | 58 | B4 | 3A | 7 |
| Octal | 10 | 36 | 36 | 111 | 0 | 0 | 130 | 264 | 72 | 7 |
| Binary | 1000 | 11110 | 11110 | 1001001 | 0 | 0 | 1011000 | 10110100 | 111010 | 111 |
Color Harmonies of #081E1E
Complementary color
Monochromatic Colors of #081E1E
Black with #081E1E
Text Example
Text Example
White with #081E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081E1E; }
p { color: rgb(8,30,30); }
H1.HeaderClassName
{
color: #081E1E;
}
.AnyTagClassName
{
color: #081E1E;
}
</style>
background-color css
<style>
a { background-color: #081E1E; }
a { background-color: rgb(8,30,30); }
div.DivClassName
{
background-color: #081E1E;
}
.BgClassName
{
background-color: #081E1E;
}
</style>
border-color css
<style>
span { border-color: #081E1E; }
span { border-color: rgb(8,30,30); }
td.TdClassName
{
border-color: #081E1E;
}
.TagClassName
{
border-color: #081E1E;
}
</style>