Shades of Swamp #121C1C
Tints of Swamp #121C1C
RGB
CMYK
RGB Variations
Color information
#121C1C (or 0x121C1C) is known color: Swamp. HEX triplet: 12, 1C and 1C. RGB value is (18,28,28). Sum of RGB (Red+Green+Blue) = 18+28+28=74 (9% of max value = 765). Red value is 18 (7.42% from 255 or 24.32% from 74); Green value is 28 (11.33% from 255 or 37.84% from 74); Blue value is 28 (11.33% from 255 or 37.84% from 74); Max value from RGB is 28 - color contains mainly: green, blue. Hex color #121C1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #121C1C is #EDE3E3. Grayscale: #191919. Windows color (decimal): -15590372 or 1842194. OLE color: 1842194.
HSL color Cylindrical-coordinate representation of color #121C1C: hue angle of 180º degrees, saturation: 0.22, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #121C1C is Cyan = 0.36, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.89.
Color convert
| RGB | 18 | 28 | 28 | - |
| CMYK | 0.36 | 0 | 0 | 0.89 |
| HSL | 180º | 0.22% | 0.09% | - |
| HSV(B) | 180º | 0.36% | 0.11% | - |
| XYZ | 0.87 | 1.04 | 1.25 | - |
| YUV | 25.01 | 129.69 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 28 | 28 | 0.36 | 0 | 0 | 0.89 | 180 | 0.22 | 0.09 |
| Hex | 12 | 1C | 1C | 24 | 0 | 0 | 59 | B4 | 16 | 9 |
| Octal | 22 | 34 | 34 | 44 | 0 | 0 | 131 | 264 | 26 | 11 |
| Binary | 10010 | 11100 | 11100 | 100100 | 0 | 0 | 1011001 | 10110100 | 10110 | 1001 |
Color Harmonies of #121C1C
Complementary color
Monochromatic Colors of #121C1C
Black with #121C1C
Text Example
Text Example
White with #121C1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #121C1C; }
p { color: rgb(18,28,28); }
H1.HeaderClassName
{
color: #121C1C;
}
.AnyTagClassName
{
color: #121C1C;
}
</style>
background-color css
<style>
a { background-color: #121C1C; }
a { background-color: rgb(18,28,28); }
div.DivClassName
{
background-color: #121C1C;
}
.BgClassName
{
background-color: #121C1C;
}
</style>
border-color css
<style>
span { border-color: #121C1C; }
span { border-color: rgb(18,28,28); }
td.TdClassName
{
border-color: #121C1C;
}
.TagClassName
{
border-color: #121C1C;
}
</style>