Shades of Swamp #081D1E
Tints of Swamp #081D1E
RGB
CMYK
RGB Variations
Color information
#081D1E (or 0x081D1E) is known color: Swamp. HEX triplet: 08, 1D and 1E. RGB value is (8,29,30). Sum of RGB (Red+Green+Blue) = 8+29+30=67 (8% of max value = 765). Red value is 8 (3.52% from 255 or 11.94% from 67); Green value is 29 (11.72% from 255 or 43.28% from 67); Blue value is 30 (12.11% from 255 or 44.78% from 67); Max value from RGB is 30 - color contains mainly: blue. Hex color #081D1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081D1E is #F7E2E1. Grayscale: #161616. Windows color (decimal): -16245474 or 1973512. OLE color: 1973512.
HSL color Cylindrical-coordinate representation of color #081D1E: hue angle of 182.73º 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 #081D1E is Cyan = 0.73, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 8 | 29 | 30 | - |
| CMYK | 0.73 | 0.03 | 0 | 0.88 |
| HSL | 182.73º | 0.58% | 0.07% | - |
| HSV(B) | 182.73º | 0.73% | 0.12% | - |
| XYZ | 0.77 | 1.02 | 1.39 | - |
| YUV | 22.84 | 132.04 | 117.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 29 | 30 | 0.73 | 0.03 | 0 | 0.88 | 182.73 | 0.58 | 0.07 |
| Hex | 8 | 1D | 1E | 49 | 3 | 0 | 58 | B7 | 3A | 7 |
| Octal | 10 | 35 | 36 | 111 | 3 | 0 | 130 | 267 | 72 | 7 |
| Binary | 1000 | 11101 | 11110 | 1001001 | 11 | 0 | 1011000 | 10110111 | 111010 | 111 |
Color Harmonies of #081D1E
Complementary color
Monochromatic Colors of #081D1E
Black with #081D1E
Text Example
Text Example
White with #081D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081D1E; }
p { color: rgb(8,29,30); }
H1.HeaderClassName
{
color: #081D1E;
}
.AnyTagClassName
{
color: #081D1E;
}
</style>
background-color css
<style>
a { background-color: #081D1E; }
a { background-color: rgb(8,29,30); }
div.DivClassName
{
background-color: #081D1E;
}
.BgClassName
{
background-color: #081D1E;
}
</style>
border-color css
<style>
span { border-color: #081D1E; }
span { border-color: rgb(8,29,30); }
td.TdClassName
{
border-color: #081D1E;
}
.TagClassName
{
border-color: #081D1E;
}
</style>