Shades of Swamp #182121
Tints of Swamp #182121
RGB
CMYK
RGB Variations
Color information
#182121 (or 0x182121) is known color: Swamp. HEX triplet: 18, 21 and 21. RGB value is (24,33,33). Sum of RGB (Red+Green+Blue) = 24+33+33=90 (11% of max value = 765). Red value is 24 (9.77% from 255 or 26.67% from 90); Green value is 33 (13.28% from 255 or 36.67% from 90); Blue value is 33 (13.28% from 255 or 36.67% from 90); Max value from RGB is 33 - color contains mainly: green, blue. Hex color #182121 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182121 is #E7DEDE. Grayscale: #1E1E1E. Windows color (decimal): -15195871 or 2171160. OLE color: 2171160.
HSL color Cylindrical-coordinate representation of color #182121: hue angle of 180º degrees, saturation: 0.16, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #182121 is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 24 | 33 | 33 | - |
| CMYK | 0.27 | 0 | 0 | 0.87 |
| HSL | 180º | 0.16% | 0.11% | - |
| HSV(B) | 180º | 0.27% | 0.13% | - |
| XYZ | 1.2 | 1.39 | 1.64 | - |
| YUV | 30.31 | 129.52 | 123.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 33 | 33 | 0.27 | 0 | 0 | 0.87 | 180 | 0.16 | 0.11 |
| Hex | 18 | 21 | 21 | 1B | 0 | 0 | 57 | B4 | 10 | B |
| Octal | 30 | 41 | 41 | 33 | 0 | 0 | 127 | 264 | 20 | 13 |
| Binary | 11000 | 100001 | 100001 | 11011 | 0 | 0 | 1010111 | 10110100 | 10000 | 1011 |
Color Harmonies of #182121
Complementary color
Monochromatic Colors of #182121
Black with #182121
Text Example
Text Example
White with #182121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182121; }
p { color: rgb(24,33,33); }
H1.HeaderClassName
{
color: #182121;
}
.AnyTagClassName
{
color: #182121;
}
</style>
background-color css
<style>
a { background-color: #182121; }
a { background-color: rgb(24,33,33); }
div.DivClassName
{
background-color: #182121;
}
.BgClassName
{
background-color: #182121;
}
</style>
border-color css
<style>
span { border-color: #182121; }
span { border-color: rgb(24,33,33); }
td.TdClassName
{
border-color: #182121;
}
.TagClassName
{
border-color: #182121;
}
</style>