Shades of Swamp #1C3432
Tints of Swamp #1C3432
RGB
CMYK
RGB Variations
Color information
#1C3432 (or 0x1C3432) is known color: Swamp. HEX triplet: 1C, 34 and 32. RGB value is (28,52,50). Sum of RGB (Red+Green+Blue) = 28+52+50=130 (17% of max value = 765). Red value is 28 (11.33% from 255 or 21.54% from 130); Green value is 52 (20.70% from 255 or 40% from 130); Blue value is 50 (19.92% from 255 or 38.46% from 130); Max value from RGB is 52 - color contains mainly: green. Hex color #1C3432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C3432 is #E3CBCD. Grayscale: #2C2C2C. Windows color (decimal): -14928846 or 3290140. OLE color: 3290140.
HSL color Cylindrical-coordinate representation of color #1C3432: hue angle of 175º degrees, saturation: 0.3, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1C3432 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 28 | 52 | 50 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.80 |
| HSL | 175º | 0.3% | 0.16% | - |
| HSV(B) | 175º | 0.46% | 0.2% | - |
| XYZ | 2.28 | 2.93 | 3.46 | - |
| YUV | 44.6 | 131.05 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 52 | 50 | 0.46 | 0 | 0.04 | 0.80 | 175 | 0.3 | 0.16 |
| Hex | 1C | 34 | 32 | 2E | 0 | 4 | 50 | AF | 1E | 10 |
| Octal | 34 | 64 | 62 | 56 | 0 | 4 | 120 | 257 | 36 | 20 |
| Binary | 11100 | 110100 | 110010 | 101110 | 0 | 100 | 1010000 | 10101111 | 11110 | 10000 |
Color Harmonies of #1C3432
Complementary color
Monochromatic Colors of #1C3432
Black with #1C3432
Text Example
Text Example
White with #1C3432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C3432; }
p { color: rgb(28,52,50); }
H1.HeaderClassName
{
color: #1C3432;
}
.AnyTagClassName
{
color: #1C3432;
}
</style>
background-color css
<style>
a { background-color: #1C3432; }
a { background-color: rgb(28,52,50); }
div.DivClassName
{
background-color: #1C3432;
}
.BgClassName
{
background-color: #1C3432;
}
</style>
border-color css
<style>
span { border-color: #1C3432; }
span { border-color: rgb(28,52,50); }
td.TdClassName
{
border-color: #1C3432;
}
.TagClassName
{
border-color: #1C3432;
}
</style>