Shades of Swamp #1C2526
Tints of Swamp #1C2526
RGB
CMYK
RGB Variations
Color information
#1C2526 (or 0x1C2526) is known color: Swamp. HEX triplet: 1C, 25 and 26. RGB value is (28,37,38). Sum of RGB (Red+Green+Blue) = 28+37+38=103 (13% of max value = 765). Red value is 28 (11.33% from 255 or 27.18% from 103); Green value is 37 (14.84% from 255 or 35.92% from 103); Blue value is 38 (15.23% from 255 or 36.89% from 103); Max value from RGB is 38 - color contains mainly: blue. Hex color #1C2526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2526 is #E3DAD9. Grayscale: #222222. Windows color (decimal): -14932698 or 2499868. OLE color: 2499868.
HSL color Cylindrical-coordinate representation of color #1C2526: hue angle of 186º degrees, saturation: 0.15, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #1C2526 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 28 | 37 | 38 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.85 |
| HSL | 186º | 0.15% | 0.13% | - |
| HSV(B) | 186º | 0.26% | 0.15% | - |
| XYZ | 1.49 | 1.71 | 2.09 | - |
| YUV | 34.42 | 130.02 | 123.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 37 | 38 | 0.26 | 0.03 | 0 | 0.85 | 186 | 0.15 | 0.13 |
| Hex | 1C | 25 | 26 | 1A | 3 | 0 | 55 | BA | F | D |
| Octal | 34 | 45 | 46 | 32 | 3 | 0 | 125 | 272 | 17 | 15 |
| Binary | 11100 | 100101 | 100110 | 11010 | 11 | 0 | 1010101 | 10111010 | 1111 | 1101 |
Color Harmonies of #1C2526
Complementary color
Monochromatic Colors of #1C2526
Black with #1C2526
Text Example
Text Example
White with #1C2526
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C2526; }
p { color: rgb(28,37,38); }
H1.HeaderClassName
{
color: #1C2526;
}
.AnyTagClassName
{
color: #1C2526;
}
</style>
background-color css
<style>
a { background-color: #1C2526; }
a { background-color: rgb(28,37,38); }
div.DivClassName
{
background-color: #1C2526;
}
.BgClassName
{
background-color: #1C2526;
}
</style>
border-color css
<style>
span { border-color: #1C2526; }
span { border-color: rgb(28,37,38); }
td.TdClassName
{
border-color: #1C2526;
}
.TagClassName
{
border-color: #1C2526;
}
</style>