Shades of Swamp #122828
Tints of Swamp #122828
RGB
CMYK
RGB Variations
Color information
#122828 (or 0x122828) is known color: Swamp. HEX triplet: 12, 28 and 28. RGB value is (18,40,40). Sum of RGB (Red+Green+Blue) = 18+40+40=98 (12% of max value = 765). Red value is 18 (7.42% from 255 or 18.37% from 98); Green value is 40 (16.02% from 255 or 40.82% from 98); Blue value is 40 (16.02% from 255 or 40.82% from 98); Max value from RGB is 40 - color contains mainly: green, blue. Hex color #122828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #122828 is #EDD7D7. Grayscale: #212121. Windows color (decimal): -15587288 or 2631698. OLE color: 2631698.
HSL color Cylindrical-coordinate representation of color #122828: hue angle of 180º degrees, saturation: 0.38, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #122828 is Cyan = 0.55, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 18 | 40 | 40 | - |
| CMYK | 0.55 | 0 | 0 | 0.84 |
| HSL | 180º | 0.38% | 0.11% | - |
| HSV(B) | 180º | 0.55% | 0.16% | - |
| XYZ | 1.39 | 1.8 | 2.28 | - |
| YUV | 33.42 | 131.71 | 117 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 40 | 40 | 0.55 | 0 | 0 | 0.84 | 180 | 0.38 | 0.11 |
| Hex | 12 | 28 | 28 | 37 | 0 | 0 | 54 | B4 | 26 | B |
| Octal | 22 | 50 | 50 | 67 | 0 | 0 | 124 | 264 | 46 | 13 |
| Binary | 10010 | 101000 | 101000 | 110111 | 0 | 0 | 1010100 | 10110100 | 100110 | 1011 |
Color Harmonies of #122828
Complementary color
Monochromatic Colors of #122828
Black with #122828
Text Example
Text Example
White with #122828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #122828; }
p { color: rgb(18,40,40); }
H1.HeaderClassName
{
color: #122828;
}
.AnyTagClassName
{
color: #122828;
}
</style>
background-color css
<style>
a { background-color: #122828; }
a { background-color: rgb(18,40,40); }
div.DivClassName
{
background-color: #122828;
}
.BgClassName
{
background-color: #122828;
}
</style>
border-color css
<style>
span { border-color: #122828; }
span { border-color: rgb(18,40,40); }
td.TdClassName
{
border-color: #122828;
}
.TagClassName
{
border-color: #122828;
}
</style>