Shades of Swamp #0A2122
Tints of Swamp #0A2122
RGB
CMYK
RGB Variations
Color information
#0A2122 (or 0x0A2122) is known color: Swamp. HEX triplet: 0A, 21 and 22. RGB value is (10,33,34). Sum of RGB (Red+Green+Blue) = 10+33+34=77 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.99% from 77); Green value is 33 (13.28% from 255 or 42.86% from 77); Blue value is 34 (13.67% from 255 or 44.16% from 77); Max value from RGB is 34 - color contains mainly: blue. Hex color #0A2122 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2122 is #F5DEDD. Grayscale: #1A1A1A. Windows color (decimal): -16113374 or 2236682. OLE color: 2236682.
HSL color Cylindrical-coordinate representation of color #0A2122: hue angle of 182.5º degrees, saturation: 0.55, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0A2122 is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.87.
Color convert
| RGB | 10 | 33 | 34 | - |
| CMYK | 0.71 | 0.03 | 0 | 0.87 |
| HSL | 182.5º | 0.55% | 0.09% | - |
| HSV(B) | 182.5º | 0.71% | 0.13% | - |
| XYZ | 0.96 | 1.27 | 1.71 | - |
| YUV | 26.24 | 132.38 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 33 | 34 | 0.71 | 0.03 | 0 | 0.87 | 182.5 | 0.55 | 0.09 |
| Hex | A | 21 | 22 | 47 | 3 | 0 | 57 | B6 | 37 | 9 |
| Octal | 12 | 41 | 42 | 107 | 3 | 0 | 127 | 266 | 67 | 11 |
| Binary | 1010 | 100001 | 100010 | 1000111 | 11 | 0 | 1010111 | 10110110 | 110111 | 1001 |
Color Harmonies of #0A2122
Complementary color
Monochromatic Colors of #0A2122
Black with #0A2122
Text Example
Text Example
White with #0A2122
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2122; }
p { color: rgb(10,33,34); }
H1.HeaderClassName
{
color: #0A2122;
}
.AnyTagClassName
{
color: #0A2122;
}
</style>
background-color css
<style>
a { background-color: #0A2122; }
a { background-color: rgb(10,33,34); }
div.DivClassName
{
background-color: #0A2122;
}
.BgClassName
{
background-color: #0A2122;
}
</style>
border-color css
<style>
span { border-color: #0A2122; }
span { border-color: rgb(10,33,34); }
td.TdClassName
{
border-color: #0A2122;
}
.TagClassName
{
border-color: #0A2122;
}
</style>