Shades of Swamp #193130
Tints of Swamp #193130
RGB
CMYK
RGB Variations
Color information
#193130 (or 0x193130) is known color: Swamp. HEX triplet: 19, 31 and 30. RGB value is (25,49,48). Sum of RGB (Red+Green+Blue) = 25+49+48=122 (16% of max value = 765). Red value is 25 (10.16% from 255 or 20.49% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 48 (19.14% from 255 or 39.34% from 122); Max value from RGB is 49 - color contains mainly: green. Hex color #193130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193130 is #E6CECF. Grayscale: #292929. Windows color (decimal): -15126224 or 3158297. OLE color: 3158297.
HSL color Cylindrical-coordinate representation of color #193130: hue angle of 177.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 #193130 is Cyan = 0.49, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 25 | 49 | 48 | - |
| CMYK | 0.49 | 0 | 0.02 | 0.81 |
| HSL | 177.5º | 0.32% | 0.15% | - |
| HSV(B) | 177.5º | 0.49% | 0.19% | - |
| XYZ | 2.03 | 2.62 | 3.19 | - |
| YUV | 41.71 | 131.55 | 116.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 49 | 48 | 0.49 | 0 | 0.02 | 0.81 | 177.5 | 0.32 | 0.15 |
| Hex | 19 | 31 | 30 | 31 | 0 | 2 | 51 | B2 | 20 | F |
| Octal | 31 | 61 | 60 | 61 | 0 | 2 | 121 | 262 | 40 | 17 |
| Binary | 11001 | 110001 | 110000 | 110001 | 0 | 10 | 1010001 | 10110010 | 100000 | 1111 |
Color Harmonies of #193130
Complementary color
Monochromatic Colors of #193130
Black with #193130
Text Example
Text Example
White with #193130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193130; }
p { color: rgb(25,49,48); }
H1.HeaderClassName
{
color: #193130;
}
.AnyTagClassName
{
color: #193130;
}
</style>
background-color css
<style>
a { background-color: #193130; }
a { background-color: rgb(25,49,48); }
div.DivClassName
{
background-color: #193130;
}
.BgClassName
{
background-color: #193130;
}
</style>
border-color css
<style>
span { border-color: #193130; }
span { border-color: rgb(25,49,48); }
td.TdClassName
{
border-color: #193130;
}
.TagClassName
{
border-color: #193130;
}
</style>