Shades of Swamp #1A292B
Tints of Swamp #1A292B
RGB
CMYK
RGB Variations
Color information
#1A292B (or 0x1A292B) is known color: Swamp. HEX triplet: 1A, 29 and 2B. RGB value is (26,41,43). Sum of RGB (Red+Green+Blue) = 26+41+43=110 (14% of max value = 765). Red value is 26 (10.55% from 255 or 23.64% from 110); Green value is 41 (16.41% from 255 or 37.27% from 110); Blue value is 43 (17.19% from 255 or 39.09% from 110); Max value from RGB is 43 - color contains mainly: blue. Hex color #1A292B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A292B is #E5D6D4. Grayscale: #242424. Windows color (decimal): -15062741 or 2828570. OLE color: 2828570.
HSL color Cylindrical-coordinate representation of color #1A292B: hue angle of 187.06º degrees, saturation: 0.25, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1A292B is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.83.
Color convert
| RGB | 26 | 41 | 43 | - |
| CMYK | 0.40 | 0.05 | 0 | 0.83 |
| HSL | 187.06º | 0.25% | 0.14% | - |
| HSV(B) | 187.06º | 0.4% | 0.17% | - |
| XYZ | 1.65 | 1.98 | 2.58 | - |
| YUV | 36.74 | 131.53 | 120.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 41 | 43 | 0.40 | 0.05 | 0 | 0.83 | 187.06 | 0.25 | 0.14 |
| Hex | 1A | 29 | 2B | 28 | 5 | 0 | 53 | BB | 19 | E |
| Octal | 32 | 51 | 53 | 50 | 5 | 0 | 123 | 273 | 31 | 16 |
| Binary | 11010 | 101001 | 101011 | 101000 | 101 | 0 | 1010011 | 10111011 | 11001 | 1110 |
Color Harmonies of #1A292B
Complementary color
Monochromatic Colors of #1A292B
Black with #1A292B
Text Example
Text Example
White with #1A292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A292B; }
p { color: rgb(26,41,43); }
H1.HeaderClassName
{
color: #1A292B;
}
.AnyTagClassName
{
color: #1A292B;
}
</style>
background-color css
<style>
a { background-color: #1A292B; }
a { background-color: rgb(26,41,43); }
div.DivClassName
{
background-color: #1A292B;
}
.BgClassName
{
background-color: #1A292B;
}
</style>
border-color css
<style>
span { border-color: #1A292B; }
span { border-color: rgb(26,41,43); }
td.TdClassName
{
border-color: #1A292B;
}
.TagClassName
{
border-color: #1A292B;
}
</style>