Shades of Swamp #1A2525
Tints of Swamp #1A2525
RGB
CMYK
RGB Variations
Color information
#1A2525 (or 0x1A2525) is known color: Swamp. HEX triplet: 1A, 25 and 25. RGB value is (26,37,37). Sum of RGB (Red+Green+Blue) = 26+37+37=100 (13% of max value = 765). Red value is 26 (10.55% from 255 or 26% from 100); Green value is 37 (14.84% from 255 or 37% from 100); Blue value is 37 (14.84% from 255 or 37% from 100); Max value from RGB is 37 - color contains mainly: green, blue. Hex color #1A2525 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A2525 is #E5DADA. Grayscale: #212121. Windows color (decimal): -15063771 or 2434330. OLE color: 2434330.
HSL color Cylindrical-coordinate representation of color #1A2525: hue angle of 180º 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 #1A2525 is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 26 | 37 | 37 | - |
| CMYK | 0.30 | 0 | 0 | 0.85 |
| HSL | 180º | 0.17% | 0.12% | - |
| HSV(B) | 180º | 0.3% | 0.15% | - |
| XYZ | 1.42 | 1.68 | 2 | - |
| YUV | 33.71 | 129.86 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 37 | 37 | 0.30 | 0 | 0 | 0.85 | 180 | 0.17 | 0.12 |
| Hex | 1A | 25 | 25 | 1E | 0 | 0 | 55 | B4 | 11 | C |
| Octal | 32 | 45 | 45 | 36 | 0 | 0 | 125 | 264 | 21 | 14 |
| Binary | 11010 | 100101 | 100101 | 11110 | 0 | 0 | 1010101 | 10110100 | 10001 | 1100 |
Color Harmonies of #1A2525
Complementary color
Monochromatic Colors of #1A2525
Black with #1A2525
Text Example
Text Example
White with #1A2525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A2525; }
p { color: rgb(26,37,37); }
H1.HeaderClassName
{
color: #1A2525;
}
.AnyTagClassName
{
color: #1A2525;
}
</style>
background-color css
<style>
a { background-color: #1A2525; }
a { background-color: rgb(26,37,37); }
div.DivClassName
{
background-color: #1A2525;
}
.BgClassName
{
background-color: #1A2525;
}
</style>
border-color css
<style>
span { border-color: #1A2525; }
span { border-color: rgb(26,37,37); }
td.TdClassName
{
border-color: #1A2525;
}
.TagClassName
{
border-color: #1A2525;
}
</style>