Shades of Swamp #0A1E1F
Tints of Swamp #0A1E1F
RGB
CMYK
RGB Variations
Color information
#0A1E1F (or 0x0A1E1F) is known color: Swamp. HEX triplet: 0A, 1E and 1F. RGB value is (10,30,31). Sum of RGB (Red+Green+Blue) = 10+30+31=71 (9% of max value = 765). Red value is 10 (4.30% from 255 or 14.08% from 71); Green value is 30 (12.11% from 255 or 42.25% from 71); Blue value is 31 (12.5% from 255 or 43.66% from 71); Max value from RGB is 31 - color contains mainly: blue. Hex color #0A1E1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A1E1F is #F5E1E0. Grayscale: #181818. Windows color (decimal): -16114145 or 2039306. OLE color: 2039306.
HSL color Cylindrical-coordinate representation of color #0A1E1F: hue angle of 182.86º degrees, saturation: 0.51, lightness: 0.08%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #0A1E1F is Cyan = 0.68, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.88.
Color convert
| RGB | 10 | 30 | 31 | - |
| CMYK | 0.68 | 0.03 | 0 | 0.88 |
| HSL | 182.86º | 0.51% | 0.08% | - |
| HSV(B) | 182.86º | 0.68% | 0.12% | - |
| XYZ | 0.84 | 1.09 | 1.46 | - |
| YUV | 24.13 | 131.87 | 117.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 30 | 31 | 0.68 | 0.03 | 0 | 0.88 | 182.86 | 0.51 | 0.08 |
| Hex | A | 1E | 1F | 44 | 3 | 0 | 58 | B7 | 33 | 8 |
| Octal | 12 | 36 | 37 | 104 | 3 | 0 | 130 | 267 | 63 | 10 |
| Binary | 1010 | 11110 | 11111 | 1000100 | 11 | 0 | 1011000 | 10110111 | 110011 | 1000 |
Color Harmonies of #0A1E1F
Complementary color
Monochromatic Colors of #0A1E1F
Black with #0A1E1F
Text Example
Text Example
White with #0A1E1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A1E1F; }
p { color: rgb(10,30,31); }
H1.HeaderClassName
{
color: #0A1E1F;
}
.AnyTagClassName
{
color: #0A1E1F;
}
</style>
background-color css
<style>
a { background-color: #0A1E1F; }
a { background-color: rgb(10,30,31); }
div.DivClassName
{
background-color: #0A1E1F;
}
.BgClassName
{
background-color: #0A1E1F;
}
</style>
border-color css
<style>
span { border-color: #0A1E1F; }
span { border-color: rgb(10,30,31); }
td.TdClassName
{
border-color: #0A1E1F;
}
.TagClassName
{
border-color: #0A1E1F;
}
</style>