Shades of Swamp #1A2425
Tints of Swamp #1A2425
RGB
CMYK
RGB Variations
Color information
#1A2425 (or 0x1A2425) is known color: Swamp. HEX triplet: 1A, 24 and 25. RGB value is (26,36,37). Sum of RGB (Red+Green+Blue) = 26+36+37=99 (13% of max value = 765). Red value is 26 (10.55% from 255 or 26.26% from 99); Green value is 36 (14.45% from 255 or 36.36% from 99); Blue value is 37 (14.84% from 255 or 37.37% from 99); Max value from RGB is 37 - color contains mainly: blue. Hex color #1A2425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2425 is #E5DBDA. Grayscale: #212121. Windows color (decimal): -15064027 or 2434074. OLE color: 2434074.
HSL color Cylindrical-coordinate representation of color #1A2425: hue angle of 185.45º degrees, saturation: 0.17, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #1A2425 is Cyan = 0.30, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 26 | 36 | 37 | - |
| CMYK | 0.30 | 0.03 | 0 | 0.85 |
| HSL | 185.45º | 0.17% | 0.12% | - |
| HSV(B) | 185.45º | 0.3% | 0.15% | - |
| XYZ | 1.39 | 1.61 | 1.99 | - |
| YUV | 33.12 | 130.19 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 36 | 37 | 0.30 | 0.03 | 0 | 0.85 | 185.45 | 0.17 | 0.12 |
| Hex | 1A | 24 | 25 | 1E | 3 | 0 | 55 | B9 | 11 | C |
| Octal | 32 | 44 | 45 | 36 | 3 | 0 | 125 | 271 | 21 | 14 |
| Binary | 11010 | 100100 | 100101 | 11110 | 11 | 0 | 1010101 | 10111001 | 10001 | 1100 |
Color Harmonies of #1A2425
Complementary color
Monochromatic Colors of #1A2425
Black with #1A2425
Text Example
Text Example
White with #1A2425
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2425; }
p { color: rgb(26,36,37); }
H1.HeaderClassName
{
color: #1A2425;
}
.AnyTagClassName
{
color: #1A2425;
}
</style>
background-color css
<style>
a { background-color: #1A2425; }
a { background-color: rgb(26,36,37); }
div.DivClassName
{
background-color: #1A2425;
}
.BgClassName
{
background-color: #1A2425;
}
</style>
border-color css
<style>
span { border-color: #1A2425; }
span { border-color: rgb(26,36,37); }
td.TdClassName
{
border-color: #1A2425;
}
.TagClassName
{
border-color: #1A2425;
}
</style>