Shades of Swamp #0A312E
Tints of Swamp #0A312E
RGB
CMYK
RGB Variations
Color information
#0A312E (or 0x0A312E) is known color: Swamp. HEX triplet: 0A, 31 and 2E. RGB value is (10,49,46). Sum of RGB (Red+Green+Blue) = 10+49+46=105 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.52% from 105); Green value is 49 (19.53% from 255 or 46.67% from 105); Blue value is 46 (18.36% from 255 or 43.81% from 105); Max value from RGB is 49 - color contains mainly: green. Hex color #0A312E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A312E is #F5CED1. Grayscale: #242424. Windows color (decimal): -16109266 or 3027210. OLE color: 3027210.
HSL color Cylindrical-coordinate representation of color #0A312E: hue angle of 175.38º degrees, saturation: 0.66, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #0A312E is Cyan = 0.80, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 10 | 49 | 46 | - |
| CMYK | 0.80 | 0 | 0.06 | 0.81 |
| HSL | 175.38º | 0.66% | 0.12% | - |
| HSV(B) | 175.38º | 0.8% | 0.19% | - |
| XYZ | 1.72 | 2.46 | 2.97 | - |
| YUV | 37 | 133.08 | 108.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 49 | 46 | 0.80 | 0 | 0.06 | 0.81 | 175.38 | 0.66 | 0.12 |
| Hex | A | 31 | 2E | 50 | 0 | 6 | 51 | AF | 42 | C |
| Octal | 12 | 61 | 56 | 120 | 0 | 6 | 121 | 257 | 102 | 14 |
| Binary | 1010 | 110001 | 101110 | 1010000 | 0 | 110 | 1010001 | 10101111 | 1000010 | 1100 |
Color Harmonies of #0A312E
Complementary color
Monochromatic Colors of #0A312E
Black with #0A312E
Text Example
Text Example
White with #0A312E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A312E; }
p { color: rgb(10,49,46); }
H1.HeaderClassName
{
color: #0A312E;
}
.AnyTagClassName
{
color: #0A312E;
}
</style>
background-color css
<style>
a { background-color: #0A312E; }
a { background-color: rgb(10,49,46); }
div.DivClassName
{
background-color: #0A312E;
}
.BgClassName
{
background-color: #0A312E;
}
</style>
border-color css
<style>
span { border-color: #0A312E; }
span { border-color: rgb(10,49,46); }
td.TdClassName
{
border-color: #0A312E;
}
.TagClassName
{
border-color: #0A312E;
}
</style>