Shades of Swamp #193533
Tints of Swamp #193533
RGB
CMYK
RGB Variations
Color information
#193533 (or 0x193533) is known color: Swamp. HEX triplet: 19, 35 and 33. RGB value is (25,53,51). Sum of RGB (Red+Green+Blue) = 25+53+51=129 (17% of max value = 765). Red value is 25 (10.16% from 255 or 19.38% from 129); Green value is 53 (21.09% from 255 or 41.09% from 129); Blue value is 51 (20.31% from 255 or 39.53% from 129); Max value from RGB is 53 - color contains mainly: green. Hex color #193533 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193533 is #E6CACC. Grayscale: #2C2C2C. Windows color (decimal): -15125197 or 3355929. OLE color: 3355929.
HSL color Cylindrical-coordinate representation of color #193533: hue angle of 175.71º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #193533 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 25 | 53 | 51 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.79 |
| HSL | 175.71º | 0.36% | 0.15% | - |
| HSV(B) | 175.71º | 0.53% | 0.21% | - |
| XYZ | 2.27 | 2.99 | 3.59 | - |
| YUV | 44.4 | 131.72 | 114.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 53 | 51 | 0.53 | 0 | 0.04 | 0.79 | 175.71 | 0.36 | 0.15 |
| Hex | 19 | 35 | 33 | 35 | 0 | 4 | 4F | B0 | 24 | F |
| Octal | 31 | 65 | 63 | 65 | 0 | 4 | 117 | 260 | 44 | 17 |
| Binary | 11001 | 110101 | 110011 | 110101 | 0 | 100 | 1001111 | 10110000 | 100100 | 1111 |
Color Harmonies of #193533
Complementary color
Monochromatic Colors of #193533
Black with #193533
Text Example
Text Example
White with #193533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193533; }
p { color: rgb(25,53,51); }
H1.HeaderClassName
{
color: #193533;
}
.AnyTagClassName
{
color: #193533;
}
</style>
background-color css
<style>
a { background-color: #193533; }
a { background-color: rgb(25,53,51); }
div.DivClassName
{
background-color: #193533;
}
.BgClassName
{
background-color: #193533;
}
</style>
border-color css
<style>
span { border-color: #193533; }
span { border-color: rgb(25,53,51); }
td.TdClassName
{
border-color: #193533;
}
.TagClassName
{
border-color: #193533;
}
</style>