Shades of Swamp #18292B
Tints of Swamp #18292B
RGB
CMYK
RGB Variations
Color information
#18292B (or 0x18292B) is known color: Swamp. HEX triplet: 18, 29 and 2B. RGB value is (24,41,43). Sum of RGB (Red+Green+Blue) = 24+41+43=108 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.22% from 108); Green value is 41 (16.41% from 255 or 37.96% from 108); Blue value is 43 (17.19% from 255 or 39.81% from 108); Max value from RGB is 43 - color contains mainly: blue. Hex color #18292B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18292B is #E7D6D4. Grayscale: #242424. Windows color (decimal): -15193813 or 2828568. OLE color: 2828568.
HSL color Cylindrical-coordinate representation of color #18292B: hue angle of 186.32º degrees, saturation: 0.28, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #18292B is Cyan = 0.44, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 24 | 41 | 43 | - |
| CMYK | 0.44 | 0.05 | 0 | 0.83 |
| HSL | 186.32º | 0.28% | 0.13% | - |
| HSV(B) | 186.32º | 0.44% | 0.17% | - |
| XYZ | 1.61 | 1.95 | 2.58 | - |
| YUV | 36.15 | 131.87 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 41 | 43 | 0.44 | 0.05 | 0 | 0.83 | 186.32 | 0.28 | 0.13 |
| Hex | 18 | 29 | 2B | 2C | 5 | 0 | 53 | BA | 1C | D |
| Octal | 30 | 51 | 53 | 54 | 5 | 0 | 123 | 272 | 34 | 15 |
| Binary | 11000 | 101001 | 101011 | 101100 | 101 | 0 | 1010011 | 10111010 | 11100 | 1101 |
Color Harmonies of #18292B
Complementary color
Monochromatic Colors of #18292B
Black with #18292B
Text Example
Text Example
White with #18292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18292B; }
p { color: rgb(24,41,43); }
H1.HeaderClassName
{
color: #18292B;
}
.AnyTagClassName
{
color: #18292B;
}
</style>
background-color css
<style>
a { background-color: #18292B; }
a { background-color: rgb(24,41,43); }
div.DivClassName
{
background-color: #18292B;
}
.BgClassName
{
background-color: #18292B;
}
</style>
border-color css
<style>
span { border-color: #18292B; }
span { border-color: rgb(24,41,43); }
td.TdClassName
{
border-color: #18292B;
}
.TagClassName
{
border-color: #18292B;
}
</style>