Shades of Swamp #193332
Tints of Swamp #193332
RGB
CMYK
RGB Variations
Color information
#193332 (or 0x193332) is known color: Swamp. HEX triplet: 19, 33 and 32. RGB value is (25,51,50). Sum of RGB (Red+Green+Blue) = 25+51+50=126 (16% of max value = 765). Red value is 25 (10.16% from 255 or 19.84% from 126); Green value is 51 (20.31% from 255 or 40.48% from 126); Blue value is 50 (19.92% from 255 or 39.68% from 126); Max value from RGB is 51 - color contains mainly: green. Hex color #193332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #193332 is #E6CCCD. Grayscale: #2B2B2B. Windows color (decimal): -15125710 or 3289881. OLE color: 3289881.
HSL color Cylindrical-coordinate representation of color #193332: hue angle of 177.69º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #193332 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 25 | 51 | 50 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.8 |
| HSL | 177.69º | 0.34% | 0.15% | - |
| HSV(B) | 177.69º | 0.51% | 0.2% | - |
| XYZ | 2.16 | 2.8 | 3.45 | - |
| YUV | 43.11 | 131.89 | 115.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 51 | 50 | 0.51 | 0 | 0.02 | 0.8 | 177.69 | 0.34 | 0.15 |
| Hex | 19 | 33 | 32 | 33 | 0 | 2 | 50 | B2 | 22 | F |
| Octal | 31 | 63 | 62 | 63 | 0 | 2 | 120 | 262 | 42 | 17 |
| Binary | 11001 | 110011 | 110010 | 110011 | 0 | 10 | 1010000 | 10110010 | 100010 | 1111 |
Color Harmonies of #193332
Complementary color
Monochromatic Colors of #193332
Black with #193332
Text Example
Text Example
White with #193332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #193332; }
p { color: rgb(25,51,50); }
H1.HeaderClassName
{
color: #193332;
}
.AnyTagClassName
{
color: #193332;
}
</style>
background-color css
<style>
a { background-color: #193332; }
a { background-color: rgb(25,51,50); }
div.DivClassName
{
background-color: #193332;
}
.BgClassName
{
background-color: #193332;
}
</style>
border-color css
<style>
span { border-color: #193332; }
span { border-color: rgb(25,51,50); }
td.TdClassName
{
border-color: #193332;
}
.TagClassName
{
border-color: #193332;
}
</style>