Shades of Swamp #0A2627
Tints of Swamp #0A2627
RGB
CMYK
RGB Variations
Color information
#0A2627 (or 0x0A2627) is known color: Swamp. HEX triplet: 0A, 26 and 27. RGB value is (10,38,39). Sum of RGB (Red+Green+Blue) = 10+38+39=87 (11% of max value = 765). Red value is 10 (4.30% from 255 or 11.49% from 87); Green value is 38 (15.23% from 255 or 43.68% from 87); Blue value is 39 (15.62% from 255 or 44.83% from 87); Max value from RGB is 39 - color contains mainly: blue. Hex color #0A2627 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A2627 is #F5D9D8. Grayscale: #1D1D1D. Windows color (decimal): -16112089 or 2565642. OLE color: 2565642.
HSL color Cylindrical-coordinate representation of color #0A2627: hue angle of 182.07º degrees, saturation: 0.59, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #0A2627 is Cyan = 0.74, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 10 | 38 | 39 | - |
| CMYK | 0.74 | 0.03 | 0 | 0.85 |
| HSL | 182.07º | 0.59% | 0.1% | - |
| HSV(B) | 182.07º | 0.74% | 0.15% | - |
| XYZ | 1.18 | 1.6 | 2.17 | - |
| YUV | 29.74 | 133.22 | 113.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 38 | 39 | 0.74 | 0.03 | 0 | 0.85 | 182.07 | 0.59 | 0.1 |
| Hex | A | 26 | 27 | 4A | 3 | 0 | 55 | B6 | 3B | A |
| Octal | 12 | 46 | 47 | 112 | 3 | 0 | 125 | 266 | 73 | 12 |
| Binary | 1010 | 100110 | 100111 | 1001010 | 11 | 0 | 1010101 | 10110110 | 111011 | 1010 |
Color Harmonies of #0A2627
Complementary color
Monochromatic Colors of #0A2627
Black with #0A2627
Text Example
Text Example
White with #0A2627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A2627; }
p { color: rgb(10,38,39); }
H1.HeaderClassName
{
color: #0A2627;
}
.AnyTagClassName
{
color: #0A2627;
}
</style>
background-color css
<style>
a { background-color: #0A2627; }
a { background-color: rgb(10,38,39); }
div.DivClassName
{
background-color: #0A2627;
}
.BgClassName
{
background-color: #0A2627;
}
</style>
border-color css
<style>
span { border-color: #0A2627; }
span { border-color: rgb(10,38,39); }
td.TdClassName
{
border-color: #0A2627;
}
.TagClassName
{
border-color: #0A2627;
}
</style>