Shades of Swamp #051E1F
Tints of Swamp #051E1F
RGB
CMYK
RGB Variations
Color information
#051E1F (or 0x051E1F) is known color: Swamp. HEX triplet: 05, 1E and 1F. RGB value is (5,30,31). Sum of RGB (Red+Green+Blue) = 5+30+31=66 (8% of max value = 765). Red value is 5 (2.34% from 255 or 7.58% from 66); Green value is 30 (12.11% from 255 or 45.45% from 66); Blue value is 31 (12.5% from 255 or 46.97% from 66); Max value from RGB is 31 - color contains mainly: blue. Hex color #051E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #051E1F is #FAE1E0. Grayscale: #161616. Windows color (decimal): -16441825 or 2039301. OLE color: 2039301.
HSL color Cylindrical-coordinate representation of color #051E1F: hue angle of 182.31º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #051E1F is Cyan = 0.84, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 5 | 30 | 31 | - |
| CMYK | 0.84 | 0.03 | 0 | 0.88 |
| HSL | 182.31º | 0.72% | 0.07% | - |
| HSV(B) | 182.31º | 0.84% | 0.12% | - |
| XYZ | 0.77 | 1.06 | 1.46 | - |
| YUV | 22.64 | 132.72 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 30 | 31 | 0.84 | 0.03 | 0 | 0.88 | 182.31 | 0.72 | 0.07 |
| Hex | 5 | 1E | 1F | 54 | 3 | 0 | 58 | B6 | 48 | 7 |
| Octal | 5 | 36 | 37 | 124 | 3 | 0 | 130 | 266 | 110 | 7 |
| Binary | 101 | 11110 | 11111 | 1010100 | 11 | 0 | 1011000 | 10110110 | 1001000 | 111 |
Color Harmonies of #051E1F
Complementary color
Monochromatic Colors of #051E1F
Black with #051E1F
Text Example
Text Example
White with #051E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #051E1F; }
p { color: rgb(5,30,31); }
H1.HeaderClassName
{
color: #051E1F;
}
.AnyTagClassName
{
color: #051E1F;
}
</style>
background-color css
<style>
a { background-color: #051E1F; }
a { background-color: rgb(5,30,31); }
div.DivClassName
{
background-color: #051E1F;
}
.BgClassName
{
background-color: #051E1F;
}
</style>
border-color css
<style>
span { border-color: #051E1F; }
span { border-color: rgb(5,30,31); }
td.TdClassName
{
border-color: #051E1F;
}
.TagClassName
{
border-color: #051E1F;
}
</style>