Shades of Swamp #193031
Tints of Swamp #193031
RGB
CMYK
RGB Variations
Color information
#193031 (or 0x193031) is known color: Swamp. HEX triplet: 19, 30 and 31. RGB value is (25,48,49). Sum of RGB (Red+Green+Blue) = 25+48+49=122 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.49% from 122); Green value is 48 (19.14% from 255 or 39.34% from 122); Blue value is 49 (19.53% from 255 or 40.16% from 122); Max value from RGB is 49 - color contains mainly: blue. Hex color #193031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193031 is #E6CFCE. Grayscale: #292929. Windows color (decimal): -15126479 or 3223577. OLE color: 3223577.
HSL color Cylindrical-coordinate representation of color #193031: hue angle of 182.5º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #193031 is Cyan = 0.49, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 25 | 48 | 49 | - |
| CMYK | 0.49 | 0.02 | 0 | 0.81 |
| HSL | 182.5º | 0.32% | 0.15% | - |
| HSV(B) | 182.5º | 0.49% | 0.19% | - |
| XYZ | 2.01 | 2.54 | 3.29 | - |
| YUV | 41.24 | 132.38 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 48 | 49 | 0.49 | 0.02 | 0 | 0.81 | 182.5 | 0.32 | 0.15 |
| Hex | 19 | 30 | 31 | 31 | 2 | 0 | 51 | B6 | 20 | F |
| Octal | 31 | 60 | 61 | 61 | 2 | 0 | 121 | 266 | 40 | 17 |
| Binary | 11001 | 110000 | 110001 | 110001 | 10 | 0 | 1010001 | 10110110 | 100000 | 1111 |
Color Harmonies of #193031
Complementary color
Monochromatic Colors of #193031
Black with #193031
Text Example
Text Example
White with #193031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193031; }
p { color: rgb(25,48,49); }
H1.HeaderClassName
{
color: #193031;
}
.AnyTagClassName
{
color: #193031;
}
</style>
background-color css
<style>
a { background-color: #193031; }
a { background-color: rgb(25,48,49); }
div.DivClassName
{
background-color: #193031;
}
.BgClassName
{
background-color: #193031;
}
</style>
border-color css
<style>
span { border-color: #193031; }
span { border-color: rgb(25,48,49); }
td.TdClassName
{
border-color: #193031;
}
.TagClassName
{
border-color: #193031;
}
</style>