Shades of Swamp #122424
Tints of Swamp #122424
RGB
CMYK
RGB Variations
Color information
#122424 (or 0x122424) is known color: Swamp. HEX triplet: 12, 24 and 24. RGB value is (18,36,36). Sum of RGB (Red+Green+Blue) = 18+36+36=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 36 (14.45% from 255 or 40% from 90); Blue value is 36 (14.45% from 255 or 40% from 90); Max value from RGB is 36 - color contains mainly: green, blue. Hex color #122424 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122424 is #EDDBDB. Grayscale: #1E1E1E. Windows color (decimal): -15588316 or 2368530. OLE color: 2368530.
HSL color Cylindrical-coordinate representation of color #122424: hue angle of 180º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #122424 is Cyan = 0.5, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 18 | 36 | 36 | - |
| CMYK | 0.5 | 0 | 0 | 0.86 |
| HSL | 180º | 0.33% | 0.11% | - |
| HSV(B) | 180º | 0.5% | 0.14% | - |
| XYZ | 1.2 | 1.52 | 1.9 | - |
| YUV | 30.62 | 131.04 | 119 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 36 | 36 | 0.5 | 0 | 0 | 0.86 | 180 | 0.33 | 0.11 |
| Hex | 12 | 24 | 24 | 32 | 0 | 0 | 56 | B4 | 21 | B |
| Octal | 22 | 44 | 44 | 62 | 0 | 0 | 126 | 264 | 41 | 13 |
| Binary | 10010 | 100100 | 100100 | 110010 | 0 | 0 | 1010110 | 10110100 | 100001 | 1011 |
Color Harmonies of #122424
Complementary color
Monochromatic Colors of #122424
Black with #122424
Text Example
Text Example
White with #122424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122424; }
p { color: rgb(18,36,36); }
H1.HeaderClassName
{
color: #122424;
}
.AnyTagClassName
{
color: #122424;
}
</style>
background-color css
<style>
a { background-color: #122424; }
a { background-color: rgb(18,36,36); }
div.DivClassName
{
background-color: #122424;
}
.BgClassName
{
background-color: #122424;
}
</style>
border-color css
<style>
span { border-color: #122424; }
span { border-color: rgb(18,36,36); }
td.TdClassName
{
border-color: #122424;
}
.TagClassName
{
border-color: #122424;
}
</style>