Shades of Swamp #122322
Tints of Swamp #122322
RGB
CMYK
RGB Variations
Color information
#122322 (or 0x122322) is known color: Swamp. HEX triplet: 12, 23 and 22. RGB value is (18,35,34). Sum of RGB (Red+Green+Blue) = 18+35+34=87 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.69% from 87); Green value is 35 (14.06% from 255 or 40.23% from 87); Blue value is 34 (13.67% from 255 or 39.08% from 87); Max value from RGB is 35 - color contains mainly: green. Hex color #122322 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122322 is #EDDCDD. Grayscale: #1D1D1D. Windows color (decimal): -15588574 or 2237202. OLE color: 2237202.
HSL color Cylindrical-coordinate representation of color #122322: hue angle of 176.47º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #122322 is Cyan = 0.49, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 18 | 35 | 34 | - |
| CMYK | 0.49 | 0 | 0.03 | 0.86 |
| HSL | 176.47º | 0.32% | 0.1% | - |
| HSV(B) | 176.47º | 0.49% | 0.14% | - |
| XYZ | 1.14 | 1.45 | 1.73 | - |
| YUV | 29.8 | 130.37 | 119.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 35 | 34 | 0.49 | 0 | 0.03 | 0.86 | 176.47 | 0.32 | 0.1 |
| Hex | 12 | 23 | 22 | 31 | 0 | 3 | 56 | B0 | 20 | A |
| Octal | 22 | 43 | 42 | 61 | 0 | 3 | 126 | 260 | 40 | 12 |
| Binary | 10010 | 100011 | 100010 | 110001 | 0 | 11 | 1010110 | 10110000 | 100000 | 1010 |
Color Harmonies of #122322
Complementary color
Monochromatic Colors of #122322
Black with #122322
Text Example
Text Example
White with #122322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122322; }
p { color: rgb(18,35,34); }
H1.HeaderClassName
{
color: #122322;
}
.AnyTagClassName
{
color: #122322;
}
</style>
background-color css
<style>
a { background-color: #122322; }
a { background-color: rgb(18,35,34); }
div.DivClassName
{
background-color: #122322;
}
.BgClassName
{
background-color: #122322;
}
</style>
border-color css
<style>
span { border-color: #122322; }
span { border-color: rgb(18,35,34); }
td.TdClassName
{
border-color: #122322;
}
.TagClassName
{
border-color: #122322;
}
</style>