Shades of Swamp #081F1F
Tints of Swamp #081F1F
RGB
CMYK
RGB Variations
Color information
#081F1F (or 0x081F1F) is known color: Swamp. HEX triplet: 08, 1F and 1F. RGB value is (8,31,31). Sum of RGB (Red+Green+Blue) = 8+31+31=70 (9% of max value = 765). Red value is 8 (3.52% from 255 or 11.43% from 70); Green value is 31 (12.5% from 255 or 44.29% from 70); Blue value is 31 (12.5% from 255 or 44.29% from 70); Max value from RGB is 31 - color contains mainly: green, blue. Hex color #081F1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #081F1F is #F7E0E0. Grayscale: #181818. Windows color (decimal): -16244961 or 2039560. OLE color: 2039560.
HSL color Cylindrical-coordinate representation of color #081F1F: hue angle of 180º degrees, saturation: 0.59, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #081F1F is Cyan = 0.74, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 8 | 31 | 31 | - |
| CMYK | 0.74 | 0 | 0 | 0.88 |
| HSL | 180º | 0.59% | 0.08% | - |
| HSV(B) | 180º | 0.74% | 0.12% | - |
| XYZ | 0.84 | 1.13 | 1.47 | - |
| YUV | 24.12 | 131.88 | 116.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 31 | 31 | 0.74 | 0 | 0 | 0.88 | 180 | 0.59 | 0.08 |
| Hex | 8 | 1F | 1F | 4A | 0 | 0 | 58 | B4 | 3B | 8 |
| Octal | 10 | 37 | 37 | 112 | 0 | 0 | 130 | 264 | 73 | 10 |
| Binary | 1000 | 11111 | 11111 | 1001010 | 0 | 0 | 1011000 | 10110100 | 111011 | 1000 |
Color Harmonies of #081F1F
Complementary color
Monochromatic Colors of #081F1F
Black with #081F1F
Text Example
Text Example
White with #081F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #081F1F; }
p { color: rgb(8,31,31); }
H1.HeaderClassName
{
color: #081F1F;
}
.AnyTagClassName
{
color: #081F1F;
}
</style>
background-color css
<style>
a { background-color: #081F1F; }
a { background-color: rgb(8,31,31); }
div.DivClassName
{
background-color: #081F1F;
}
.BgClassName
{
background-color: #081F1F;
}
</style>
border-color css
<style>
span { border-color: #081F1F; }
span { border-color: rgb(8,31,31); }
td.TdClassName
{
border-color: #081F1F;
}
.TagClassName
{
border-color: #081F1F;
}
</style>