Shades of Swamp #203332
Tints of Swamp #203332
RGB
CMYK
RGB Variations
Color information
#203332 (or 0x203332) is known color: Swamp. HEX triplet: 20, 33 and 32. RGB value is (32,51,50). Sum of RGB (Red+Green+Blue) = 32+51+50=133 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.06% from 133); Green value is 51 (20.31% from 255 or 38.35% from 133); Blue value is 50 (19.92% from 255 or 37.59% from 133); Max value from RGB is 51 - color contains mainly: green. Hex color #203332 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203332 is #DFCCCD. Grayscale: #2D2D2D. Windows color (decimal): -14666958 or 3289888. OLE color: 3289888.
HSL color Cylindrical-coordinate representation of color #203332: hue angle of 176.84º degrees, saturation: 0.23, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #203332 is Cyan = 0.37, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 32 | 51 | 50 | - |
| CMYK | 0.37 | 0 | 0.02 | 0.8 |
| HSL | 176.84º | 0.23% | 0.16% | - |
| HSV(B) | 176.84º | 0.37% | 0.2% | - |
| XYZ | 2.36 | 2.91 | 3.45 | - |
| YUV | 45.21 | 130.71 | 118.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 51 | 50 | 0.37 | 0 | 0.02 | 0.8 | 176.84 | 0.23 | 0.16 |
| Hex | 20 | 33 | 32 | 25 | 0 | 2 | 50 | B1 | 17 | 10 |
| Octal | 40 | 63 | 62 | 45 | 0 | 2 | 120 | 261 | 27 | 20 |
| Binary | 100000 | 110011 | 110010 | 100101 | 0 | 10 | 1010000 | 10110001 | 10111 | 10000 |
Color Harmonies of #203332
Complementary color
Monochromatic Colors of #203332
Black with #203332
Text Example
Text Example
White with #203332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203332; }
p { color: rgb(32,51,50); }
H1.HeaderClassName
{
color: #203332;
}
.AnyTagClassName
{
color: #203332;
}
</style>
background-color css
<style>
a { background-color: #203332; }
a { background-color: rgb(32,51,50); }
div.DivClassName
{
background-color: #203332;
}
.BgClassName
{
background-color: #203332;
}
</style>
border-color css
<style>
span { border-color: #203332; }
span { border-color: rgb(32,51,50); }
td.TdClassName
{
border-color: #203332;
}
.TagClassName
{
border-color: #203332;
}
</style>