Shades of Swamp #061E1F
Tints of Swamp #061E1F
RGB
CMYK
RGB Variations
Color information
#061E1F (or 0x061E1F) is known color: Swamp. HEX triplet: 06, 1E and 1F. RGB value is (6,30,31). Sum of RGB (Red+Green+Blue) = 6+30+31=67 (8% of max value = 765). Red value is 6 (2.73% from 255 or 8.96% from 67); Green value is 30 (12.11% from 255 or 44.78% from 67); Blue value is 31 (12.5% from 255 or 46.27% from 67); Max value from RGB is 31 - color contains mainly: blue. Hex color #061E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #061E1F is #F9E1E0. Grayscale: #161616. Windows color (decimal): -16376289 or 2039302. OLE color: 2039302.
HSL color Cylindrical-coordinate representation of color #061E1F: hue angle of 182.4º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #061E1F is Cyan = 0.81, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 6 | 30 | 31 | - |
| CMYK | 0.81 | 0.03 | 0 | 0.88 |
| HSL | 182.4º | 0.68% | 0.07% | - |
| HSV(B) | 182.4º | 0.81% | 0.12% | - |
| XYZ | 0.79 | 1.07 | 1.46 | - |
| YUV | 22.94 | 132.55 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 30 | 31 | 0.81 | 0.03 | 0 | 0.88 | 182.4 | 0.68 | 0.07 |
| Hex | 6 | 1E | 1F | 51 | 3 | 0 | 58 | B6 | 44 | 7 |
| Octal | 6 | 36 | 37 | 121 | 3 | 0 | 130 | 266 | 104 | 7 |
| Binary | 110 | 11110 | 11111 | 1010001 | 11 | 0 | 1011000 | 10110110 | 1000100 | 111 |
Color Harmonies of #061E1F
Complementary color
Monochromatic Colors of #061E1F
Black with #061E1F
Text Example
Text Example
White with #061E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #061E1F; }
p { color: rgb(6,30,31); }
H1.HeaderClassName
{
color: #061E1F;
}
.AnyTagClassName
{
color: #061E1F;
}
</style>
background-color css
<style>
a { background-color: #061E1F; }
a { background-color: rgb(6,30,31); }
div.DivClassName
{
background-color: #061E1F;
}
.BgClassName
{
background-color: #061E1F;
}
</style>
border-color css
<style>
span { border-color: #061E1F; }
span { border-color: rgb(6,30,31); }
td.TdClassName
{
border-color: #061E1F;
}
.TagClassName
{
border-color: #061E1F;
}
</style>