Shades of Swamp #122324
Tints of Swamp #122324
RGB
CMYK
RGB Variations
Color information
#122324 (or 0x122324) is known color: Swamp. HEX triplet: 12, 23 and 24. RGB value is (18,35,36). Sum of RGB (Red+Green+Blue) = 18+35+36=89 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.22% from 89); Green value is 35 (14.06% from 255 or 39.33% from 89); Blue value is 36 (14.45% from 255 or 40.45% from 89); Max value from RGB is 36 - color contains mainly: blue. Hex color #122324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122324 is #EDDCDB. Grayscale: #1E1E1E. Windows color (decimal): -15588572 or 2368274. OLE color: 2368274.
HSL color Cylindrical-coordinate representation of color #122324: hue angle of 183.33º 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 #122324 is Cyan = 0.5, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 18 | 35 | 36 | - |
| CMYK | 0.5 | 0.03 | 0 | 0.86 |
| HSL | 183.33º | 0.33% | 0.11% | - |
| HSV(B) | 183.33º | 0.5% | 0.14% | - |
| XYZ | 1.17 | 1.46 | 1.89 | - |
| YUV | 30.03 | 131.37 | 119.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 35 | 36 | 0.5 | 0.03 | 0 | 0.86 | 183.33 | 0.33 | 0.11 |
| Hex | 12 | 23 | 24 | 32 | 3 | 0 | 56 | B7 | 21 | B |
| Octal | 22 | 43 | 44 | 62 | 3 | 0 | 126 | 267 | 41 | 13 |
| Binary | 10010 | 100011 | 100100 | 110010 | 11 | 0 | 1010110 | 10110111 | 100001 | 1011 |
Color Harmonies of #122324
Complementary color
Monochromatic Colors of #122324
Black with #122324
Text Example
Text Example
White with #122324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122324; }
p { color: rgb(18,35,36); }
H1.HeaderClassName
{
color: #122324;
}
.AnyTagClassName
{
color: #122324;
}
</style>
background-color css
<style>
a { background-color: #122324; }
a { background-color: rgb(18,35,36); }
div.DivClassName
{
background-color: #122324;
}
.BgClassName
{
background-color: #122324;
}
</style>
border-color css
<style>
span { border-color: #122324; }
span { border-color: rgb(18,35,36); }
td.TdClassName
{
border-color: #122324;
}
.TagClassName
{
border-color: #122324;
}
</style>