Shades of Swamp #193432
Tints of Swamp #193432
RGB
CMYK
RGB Variations
Color information
#193432 (or 0x193432) is known color: Swamp. HEX triplet: 19, 34 and 32. RGB value is (25,52,50). Sum of RGB (Red+Green+Blue) = 25+52+50=127 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.69% from 127); Green value is 52 (20.70% from 255 or 40.94% from 127); Blue value is 50 (19.92% from 255 or 39.37% from 127); Max value from RGB is 52 - color contains mainly: green. Hex color #193432 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193432 is #E6CBCD. Grayscale: #2B2B2B. Windows color (decimal): -15125454 or 3290137. OLE color: 3290137.
HSL color Cylindrical-coordinate representation of color #193432: hue angle of 175.56º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #193432 is Cyan = 0.52, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 25 | 52 | 50 | - |
| CMYK | 0.52 | 0 | 0.04 | 0.80 |
| HSL | 175.56º | 0.35% | 0.15% | - |
| HSV(B) | 175.56º | 0.52% | 0.2% | - |
| XYZ | 2.2 | 2.89 | 3.46 | - |
| YUV | 43.7 | 131.55 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 52 | 50 | 0.52 | 0 | 0.04 | 0.80 | 175.56 | 0.35 | 0.15 |
| Hex | 19 | 34 | 32 | 34 | 0 | 4 | 50 | B0 | 23 | F |
| Octal | 31 | 64 | 62 | 64 | 0 | 4 | 120 | 260 | 43 | 17 |
| Binary | 11001 | 110100 | 110010 | 110100 | 0 | 100 | 1010000 | 10110000 | 100011 | 1111 |
Color Harmonies of #193432
Complementary color
Monochromatic Colors of #193432
Black with #193432
Text Example
Text Example
White with #193432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193432; }
p { color: rgb(25,52,50); }
H1.HeaderClassName
{
color: #193432;
}
.AnyTagClassName
{
color: #193432;
}
</style>
background-color css
<style>
a { background-color: #193432; }
a { background-color: rgb(25,52,50); }
div.DivClassName
{
background-color: #193432;
}
.BgClassName
{
background-color: #193432;
}
</style>
border-color css
<style>
span { border-color: #193432; }
span { border-color: rgb(25,52,50); }
td.TdClassName
{
border-color: #193432;
}
.TagClassName
{
border-color: #193432;
}
</style>