Shades of Swamp #18312F
Tints of Swamp #18312F
RGB
CMYK
RGB Variations
Color information
#18312F (or 0x18312F) is known color: Swamp. HEX triplet: 18, 31 and 2F. RGB value is (24,49,47). Sum of RGB (Red+Green+Blue) = 24+49+47=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 49 (19.53% from 255 or 40.83% from 120); Blue value is 47 (18.75% from 255 or 39.17% from 120); Max value from RGB is 49 - color contains mainly: green. Hex color #18312F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18312F is #E7CED0. Grayscale: #292929. Windows color (decimal): -15191761 or 3092760. OLE color: 3092760.
HSL color Cylindrical-coordinate representation of color #18312F: hue angle of 175.2º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #18312F is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 24 | 49 | 47 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.81 |
| HSL | 175.2º | 0.34% | 0.14% | - |
| HSV(B) | 175.2º | 0.51% | 0.19% | - |
| XYZ | 1.99 | 2.6 | 3.09 | - |
| YUV | 41.3 | 131.22 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 49 | 47 | 0.51 | 0 | 0.04 | 0.81 | 175.2 | 0.34 | 0.14 |
| Hex | 18 | 31 | 2F | 33 | 0 | 4 | 51 | AF | 22 | E |
| Octal | 30 | 61 | 57 | 63 | 0 | 4 | 121 | 257 | 42 | 16 |
| Binary | 11000 | 110001 | 101111 | 110011 | 0 | 100 | 1010001 | 10101111 | 100010 | 1110 |
Color Harmonies of #18312F
Complementary color
Monochromatic Colors of #18312F
Black with #18312F
Text Example
Text Example
White with #18312F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18312F; }
p { color: rgb(24,49,47); }
H1.HeaderClassName
{
color: #18312F;
}
.AnyTagClassName
{
color: #18312F;
}
</style>
background-color css
<style>
a { background-color: #18312F; }
a { background-color: rgb(24,49,47); }
div.DivClassName
{
background-color: #18312F;
}
.BgClassName
{
background-color: #18312F;
}
</style>
border-color css
<style>
span { border-color: #18312F; }
span { border-color: rgb(24,49,47); }
td.TdClassName
{
border-color: #18312F;
}
.TagClassName
{
border-color: #18312F;
}
</style>