Shades of Swamp #1A3231
Tints of Swamp #1A3231
RGB
CMYK
RGB Variations
Color information
#1A3231 (or 0x1A3231) is known color: Swamp. HEX triplet: 1A, 32 and 31. RGB value is (26,50,49). Sum of RGB (Red+Green+Blue) = 26+50+49=125 (16% of max value = 765). Red value is 26 (10.55% from 255 or 20.8% from 125); Green value is 50 (19.92% from 255 or 40% from 125); Blue value is 49 (19.53% from 255 or 39.2% from 125); Max value from RGB is 50 - color contains mainly: green. Hex color #1A3231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3231 is #E5CDCE. Grayscale: #2A2A2A. Windows color (decimal): -15060431 or 3224090. OLE color: 3224090.
HSL color Cylindrical-coordinate representation of color #1A3231: hue angle of 177.5º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1A3231 is Cyan = 0.48, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 26 | 50 | 49 | - |
| CMYK | 0.48 | 0 | 0.02 | 0.80 |
| HSL | 177.5º | 0.32% | 0.15% | - |
| HSV(B) | 177.5º | 0.48% | 0.2% | - |
| XYZ | 2.12 | 2.72 | 3.32 | - |
| YUV | 42.71 | 131.55 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 50 | 49 | 0.48 | 0 | 0.02 | 0.80 | 177.5 | 0.32 | 0.15 |
| Hex | 1A | 32 | 31 | 30 | 0 | 2 | 50 | B2 | 20 | F |
| Octal | 32 | 62 | 61 | 60 | 0 | 2 | 120 | 262 | 40 | 17 |
| Binary | 11010 | 110010 | 110001 | 110000 | 0 | 10 | 1010000 | 10110010 | 100000 | 1111 |
Color Harmonies of #1A3231
Complementary color
Monochromatic Colors of #1A3231
Black with #1A3231
Text Example
Text Example
White with #1A3231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3231; }
p { color: rgb(26,50,49); }
H1.HeaderClassName
{
color: #1A3231;
}
.AnyTagClassName
{
color: #1A3231;
}
</style>
background-color css
<style>
a { background-color: #1A3231; }
a { background-color: rgb(26,50,49); }
div.DivClassName
{
background-color: #1A3231;
}
.BgClassName
{
background-color: #1A3231;
}
</style>
border-color css
<style>
span { border-color: #1A3231; }
span { border-color: rgb(26,50,49); }
td.TdClassName
{
border-color: #1A3231;
}
.TagClassName
{
border-color: #1A3231;
}
</style>