Shades of Swamp #203133
Tints of Swamp #203133
RGB
CMYK
RGB Variations
Color information
#203133 (or 0x203133) is known color: Swamp. HEX triplet: 20, 31 and 33. RGB value is (32,49,51). Sum of RGB (Red+Green+Blue) = 32+49+51=132 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.24% from 132); Green value is 49 (19.53% from 255 or 37.12% from 132); Blue value is 51 (20.31% from 255 or 38.64% from 132); Max value from RGB is 51 - color contains mainly: blue. Hex color #203133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #203133 is #DFCECC. Grayscale: #2C2C2C. Windows color (decimal): -14667469 or 3354912. OLE color: 3354912.
HSL color Cylindrical-coordinate representation of color #203133: hue angle of 186.32º 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 #203133 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 32 | 49 | 51 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.8 |
| HSL | 186.32º | 0.23% | 0.16% | - |
| HSV(B) | 186.32º | 0.37% | 0.2% | - |
| XYZ | 2.29 | 2.74 | 3.54 | - |
| YUV | 44.15 | 131.87 | 119.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 49 | 51 | 0.37 | 0.04 | 0 | 0.8 | 186.32 | 0.23 | 0.16 |
| Hex | 20 | 31 | 33 | 25 | 4 | 0 | 50 | BA | 17 | 10 |
| Octal | 40 | 61 | 63 | 45 | 4 | 0 | 120 | 272 | 27 | 20 |
| Binary | 100000 | 110001 | 110011 | 100101 | 100 | 0 | 1010000 | 10111010 | 10111 | 10000 |
Color Harmonies of #203133
Complementary color
Monochromatic Colors of #203133
Black with #203133
Text Example
Text Example
White with #203133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203133; }
p { color: rgb(32,49,51); }
H1.HeaderClassName
{
color: #203133;
}
.AnyTagClassName
{
color: #203133;
}
</style>
background-color css
<style>
a { background-color: #203133; }
a { background-color: rgb(32,49,51); }
div.DivClassName
{
background-color: #203133;
}
.BgClassName
{
background-color: #203133;
}
</style>
border-color css
<style>
span { border-color: #203133; }
span { border-color: rgb(32,49,51); }
td.TdClassName
{
border-color: #203133;
}
.TagClassName
{
border-color: #203133;
}
</style>