Shades of Swamp #0A2223
Tints of Swamp #0A2223
RGB
CMYK
RGB Variations
Color information
#0A2223 (or 0x0A2223) is known color: Swamp. HEX triplet: 0A, 22 and 23. RGB value is (10,34,35). Sum of RGB (Red+Green+Blue) = 10+34+35=79 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.66% from 79); Green value is 34 (13.67% from 255 or 43.04% from 79); Blue value is 35 (14.06% from 255 or 44.30% from 79); Max value from RGB is 35 - color contains mainly: blue. Hex color #0A2223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2223 is #F5DDDC. Grayscale: #1A1A1A. Windows color (decimal): -16113117 or 2302474. OLE color: 2302474.
HSL color Cylindrical-coordinate representation of color #0A2223: hue angle of 182.4º degrees, saturation: 0.56, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #0A2223 is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 10 | 34 | 35 | - |
| CMYK | 0.71 | 0.03 | 0 | 0.86 |
| HSL | 182.4º | 0.56% | 0.09% | - |
| HSV(B) | 182.4º | 0.71% | 0.14% | - |
| XYZ | 1 | 1.33 | 1.79 | - |
| YUV | 26.94 | 132.55 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 34 | 35 | 0.71 | 0.03 | 0 | 0.86 | 182.4 | 0.56 | 0.09 |
| Hex | A | 22 | 23 | 47 | 3 | 0 | 56 | B6 | 38 | 9 |
| Octal | 12 | 42 | 43 | 107 | 3 | 0 | 126 | 266 | 70 | 11 |
| Binary | 1010 | 100010 | 100011 | 1000111 | 11 | 0 | 1010110 | 10110110 | 111000 | 1001 |
Color Harmonies of #0A2223
Complementary color
Monochromatic Colors of #0A2223
Black with #0A2223
Text Example
Text Example
White with #0A2223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2223; }
p { color: rgb(10,34,35); }
H1.HeaderClassName
{
color: #0A2223;
}
.AnyTagClassName
{
color: #0A2223;
}
</style>
background-color css
<style>
a { background-color: #0A2223; }
a { background-color: rgb(10,34,35); }
div.DivClassName
{
background-color: #0A2223;
}
.BgClassName
{
background-color: #0A2223;
}
</style>
border-color css
<style>
span { border-color: #0A2223; }
span { border-color: rgb(10,34,35); }
td.TdClassName
{
border-color: #0A2223;
}
.TagClassName
{
border-color: #0A2223;
}
</style>