Shades of Swamp #10312E
Tints of Swamp #10312E
RGB
CMYK
RGB Variations
Color information
#10312E (or 0x10312E) is known color: Swamp. HEX triplet: 10, 31 and 2E. RGB value is (16,49,46). Sum of RGB (Red+Green+Blue) = 16+49+46=111 (14% of max value = 765). Red value is 16 (6.64% from 255 or 14.41% from 111); Green value is 49 (19.53% from 255 or 44.14% from 111); Blue value is 46 (18.36% from 255 or 41.44% from 111); Max value from RGB is 49 - color contains mainly: green. Hex color #10312E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10312E is #EFCED1. Grayscale: #262626. Windows color (decimal): -15716050 or 3027216. OLE color: 3027216.
HSL color Cylindrical-coordinate representation of color #10312E: hue angle of 174.55º degrees, saturation: 0.51, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #10312E is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 16 | 49 | 46 | - |
| CMYK | 0.67 | 0 | 0.06 | 0.81 |
| HSL | 174.55º | 0.51% | 0.13% | - |
| HSV(B) | 174.55º | 0.67% | 0.19% | - |
| XYZ | 1.81 | 2.5 | 2.97 | - |
| YUV | 38.79 | 132.07 | 111.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 49 | 46 | 0.67 | 0 | 0.06 | 0.81 | 174.55 | 0.51 | 0.13 |
| Hex | 10 | 31 | 2E | 43 | 0 | 6 | 51 | AF | 33 | D |
| Octal | 20 | 61 | 56 | 103 | 0 | 6 | 121 | 257 | 63 | 15 |
| Binary | 10000 | 110001 | 101110 | 1000011 | 0 | 110 | 1010001 | 10101111 | 110011 | 1101 |
Color Harmonies of #10312E
Complementary color
Monochromatic Colors of #10312E
Black with #10312E
Text Example
Text Example
White with #10312E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10312E; }
p { color: rgb(16,49,46); }
H1.HeaderClassName
{
color: #10312E;
}
.AnyTagClassName
{
color: #10312E;
}
</style>
background-color css
<style>
a { background-color: #10312E; }
a { background-color: rgb(16,49,46); }
div.DivClassName
{
background-color: #10312E;
}
.BgClassName
{
background-color: #10312E;
}
</style>
border-color css
<style>
span { border-color: #10312E; }
span { border-color: rgb(16,49,46); }
td.TdClassName
{
border-color: #10312E;
}
.TagClassName
{
border-color: #10312E;
}
</style>