Shades of Swamp #193431
Tints of Swamp #193431
RGB
CMYK
RGB Variations
Color information
#193431 (or 0x193431) is known color: Swamp. HEX triplet: 19, 34 and 31. RGB value is (25,52,49). Sum of RGB (Red+Green+Blue) = 25+52+49=126 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.84% from 126); Green value is 52 (20.70% from 255 or 41.27% from 126); Blue value is 49 (19.53% from 255 or 38.89% from 126); Max value from RGB is 52 - color contains mainly: green. Hex color #193431 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193431 is #E6CBCE. Grayscale: #2B2B2B. Windows color (decimal): -15125455 or 3224601. OLE color: 3224601.
HSL color Cylindrical-coordinate representation of color #193431: hue angle of 173.33º 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 #193431 is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 25 | 52 | 49 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.80 |
| HSL | 173.33º | 0.35% | 0.15% | - |
| HSV(B) | 173.33º | 0.52% | 0.2% | - |
| XYZ | 2.18 | 2.88 | 3.35 | - |
| YUV | 43.59 | 131.05 | 114.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 52 | 49 | 0.52 | 0 | 0.06 | 0.80 | 173.33 | 0.35 | 0.15 |
| Hex | 19 | 34 | 31 | 34 | 0 | 6 | 50 | AD | 23 | F |
| Octal | 31 | 64 | 61 | 64 | 0 | 6 | 120 | 255 | 43 | 17 |
| Binary | 11001 | 110100 | 110001 | 110100 | 0 | 110 | 1010000 | 10101101 | 100011 | 1111 |
Color Harmonies of #193431
Complementary color
Monochromatic Colors of #193431
Black with #193431
Text Example
Text Example
White with #193431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193431; }
p { color: rgb(25,52,49); }
H1.HeaderClassName
{
color: #193431;
}
.AnyTagClassName
{
color: #193431;
}
</style>
background-color css
<style>
a { background-color: #193431; }
a { background-color: rgb(25,52,49); }
div.DivClassName
{
background-color: #193431;
}
.BgClassName
{
background-color: #193431;
}
</style>
border-color css
<style>
span { border-color: #193431; }
span { border-color: rgb(25,52,49); }
td.TdClassName
{
border-color: #193431;
}
.TagClassName
{
border-color: #193431;
}
</style>