Shades of Swamp #0A2424
Tints of Swamp #0A2424
RGB
CMYK
RGB Variations
Color information
#0A2424 (or 0x0A2424) is known color: Swamp. HEX triplet: 0A, 24 and 24. RGB value is (10,36,36). Sum of RGB (Red+Green+Blue) = 10+36+36=82 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.20% from 82); Green value is 36 (14.45% from 255 or 43.90% from 82); Blue value is 36 (14.45% from 255 or 43.90% from 82); Max value from RGB is 36 - color contains mainly: green, blue. Hex color #0A2424 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2424 is #F5DBDB. Grayscale: #1C1C1C. Windows color (decimal): -16112604 or 2368522. OLE color: 2368522.
HSL color Cylindrical-coordinate representation of color #0A2424: hue angle of 180º degrees, saturation: 0.57, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #0A2424 is Cyan = 0.72, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 10 | 36 | 36 | - |
| CMYK | 0.72 | 0 | 0 | 0.86 |
| HSL | 180º | 0.57% | 0.09% | - |
| HSV(B) | 180º | 0.72% | 0.14% | - |
| XYZ | 1.07 | 1.45 | 1.89 | - |
| YUV | 28.23 | 132.39 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 36 | 36 | 0.72 | 0 | 0 | 0.86 | 180 | 0.57 | 0.09 |
| Hex | A | 24 | 24 | 48 | 0 | 0 | 56 | B4 | 39 | 9 |
| Octal | 12 | 44 | 44 | 110 | 0 | 0 | 126 | 264 | 71 | 11 |
| Binary | 1010 | 100100 | 100100 | 1001000 | 0 | 0 | 1010110 | 10110100 | 111001 | 1001 |
Color Harmonies of #0A2424
Complementary color
Monochromatic Colors of #0A2424
Black with #0A2424
Text Example
Text Example
White with #0A2424
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2424; }
p { color: rgb(10,36,36); }
H1.HeaderClassName
{
color: #0A2424;
}
.AnyTagClassName
{
color: #0A2424;
}
</style>
background-color css
<style>
a { background-color: #0A2424; }
a { background-color: rgb(10,36,36); }
div.DivClassName
{
background-color: #0A2424;
}
.BgClassName
{
background-color: #0A2424;
}
</style>
border-color css
<style>
span { border-color: #0A2424; }
span { border-color: rgb(10,36,36); }
td.TdClassName
{
border-color: #0A2424;
}
.TagClassName
{
border-color: #0A2424;
}
</style>