Shades of Swamp #233032
Tints of Swamp #233032
RGB
CMYK
RGB Variations
Color information
#233032 (or 0x233032) is known color: Swamp. HEX triplet: 23, 30 and 32. RGB value is (35,48,50). Sum of RGB (Red+Green+Blue) = 35+48+50=133 (17% of max value = 765). Red value is 35 (14.06% from 255 or 26.32% from 133); Green value is 48 (19.14% from 255 or 36.09% from 133); Blue value is 50 (19.92% from 255 or 37.59% from 133); Max value from RGB is 50 - color contains mainly: blue. Hex color #233032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #233032 is #DCCFCD. Grayscale: #2C2C2C. Windows color (decimal): -14471118 or 3289123. OLE color: 3289123.
HSL color Cylindrical-coordinate representation of color #233032: hue angle of 188º degrees, saturation: 0.18, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #233032 is Cyan = 0.30, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 35 | 48 | 50 | - |
| CMYK | 0.30 | 0.04 | 0 | 0.80 |
| HSL | 188º | 0.18% | 0.17% | - |
| HSV(B) | 188º | 0.3% | 0.2% | - |
| XYZ | 2.33 | 2.7 | 3.42 | - |
| YUV | 44.34 | 131.19 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 48 | 50 | 0.30 | 0.04 | 0 | 0.80 | 188 | 0.18 | 0.17 |
| Hex | 23 | 30 | 32 | 1E | 4 | 0 | 50 | BC | 12 | 11 |
| Octal | 43 | 60 | 62 | 36 | 4 | 0 | 120 | 274 | 22 | 21 |
| Binary | 100011 | 110000 | 110010 | 11110 | 100 | 0 | 1010000 | 10111100 | 10010 | 10001 |
Color Harmonies of #233032
Complementary color
Monochromatic Colors of #233032
Black with #233032
Text Example
Text Example
White with #233032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #233032; }
p { color: rgb(35,48,50); }
H1.HeaderClassName
{
color: #233032;
}
.AnyTagClassName
{
color: #233032;
}
</style>
background-color css
<style>
a { background-color: #233032; }
a { background-color: rgb(35,48,50); }
div.DivClassName
{
background-color: #233032;
}
.BgClassName
{
background-color: #233032;
}
</style>
border-color css
<style>
span { border-color: #233032; }
span { border-color: rgb(35,48,50); }
td.TdClassName
{
border-color: #233032;
}
.TagClassName
{
border-color: #233032;
}
</style>