Shades of Swamp #122223
Tints of Swamp #122223
RGB
CMYK
RGB Variations
Color information
#122223 (or 0x122223) is known color: Swamp. HEX triplet: 12, 22 and 23. RGB value is (18,34,35). Sum of RGB (Red+Green+Blue) = 18+34+35=87 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.69% from 87); Green value is 34 (13.67% from 255 or 39.08% from 87); Blue value is 35 (14.06% from 255 or 40.23% from 87); Max value from RGB is 35 - color contains mainly: blue. Hex color #122223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122223 is #EDDDDC. Grayscale: #1D1D1D. Windows color (decimal): -15588829 or 2302482. OLE color: 2302482.
HSL color Cylindrical-coordinate representation of color #122223: hue angle of 183.53º 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 #122223 is Cyan = 0.49, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 18 | 34 | 35 | - |
| CMYK | 0.49 | 0.03 | 0 | 0.86 |
| HSL | 183.53º | 0.32% | 0.1% | - |
| HSV(B) | 183.53º | 0.49% | 0.14% | - |
| XYZ | 1.12 | 1.39 | 1.8 | - |
| YUV | 29.33 | 131.2 | 119.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 34 | 35 | 0.49 | 0.03 | 0 | 0.86 | 183.53 | 0.32 | 0.1 |
| Hex | 12 | 22 | 23 | 31 | 3 | 0 | 56 | B8 | 20 | A |
| Octal | 22 | 42 | 43 | 61 | 3 | 0 | 126 | 270 | 40 | 12 |
| Binary | 10010 | 100010 | 100011 | 110001 | 11 | 0 | 1010110 | 10111000 | 100000 | 1010 |
Color Harmonies of #122223
Complementary color
Monochromatic Colors of #122223
Black with #122223
Text Example
Text Example
White with #122223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122223; }
p { color: rgb(18,34,35); }
H1.HeaderClassName
{
color: #122223;
}
.AnyTagClassName
{
color: #122223;
}
</style>
background-color css
<style>
a { background-color: #122223; }
a { background-color: rgb(18,34,35); }
div.DivClassName
{
background-color: #122223;
}
.BgClassName
{
background-color: #122223;
}
</style>
border-color css
<style>
span { border-color: #122223; }
span { border-color: rgb(18,34,35); }
td.TdClassName
{
border-color: #122223;
}
.TagClassName
{
border-color: #122223;
}
</style>