Shades of Swamp #183232
Tints of Swamp #183232
RGB
CMYK
RGB Variations
Color information
#183232 (or 0x183232) is known color: Swamp. HEX triplet: 18, 32 and 32. RGB value is (24,50,50). Sum of RGB (Red+Green+Blue) = 24+50+50=124 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.35% from 124); Green value is 50 (19.92% from 255 or 40.32% from 124); Blue value is 50 (19.92% from 255 or 40.32% from 124); Max value from RGB is 50 - color contains mainly: green, blue. Hex color #183232 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183232 is #E7CDCD. Grayscale: #2A2A2A. Windows color (decimal): -15191502 or 3289624. OLE color: 3289624.
HSL color Cylindrical-coordinate representation of color #183232: hue angle of 180º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #183232 is Cyan = 0.52, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 24 | 50 | 50 | - |
| CMYK | 0.52 | 0 | 0 | 0.80 |
| HSL | 180º | 0.35% | 0.15% | - |
| HSV(B) | 180º | 0.52% | 0.2% | - |
| XYZ | 2.09 | 2.71 | 3.43 | - |
| YUV | 42.23 | 132.39 | 115 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 50 | 50 | 0.52 | 0 | 0 | 0.80 | 180 | 0.35 | 0.15 |
| Hex | 18 | 32 | 32 | 34 | 0 | 0 | 50 | B4 | 23 | F |
| Octal | 30 | 62 | 62 | 64 | 0 | 0 | 120 | 264 | 43 | 17 |
| Binary | 11000 | 110010 | 110010 | 110100 | 0 | 0 | 1010000 | 10110100 | 100011 | 1111 |
Color Harmonies of #183232
Complementary color
Monochromatic Colors of #183232
Black with #183232
Text Example
Text Example
White with #183232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183232; }
p { color: rgb(24,50,50); }
H1.HeaderClassName
{
color: #183232;
}
.AnyTagClassName
{
color: #183232;
}
</style>
background-color css
<style>
a { background-color: #183232; }
a { background-color: rgb(24,50,50); }
div.DivClassName
{
background-color: #183232;
}
.BgClassName
{
background-color: #183232;
}
</style>
border-color css
<style>
span { border-color: #183232; }
span { border-color: rgb(24,50,50); }
td.TdClassName
{
border-color: #183232;
}
.TagClassName
{
border-color: #183232;
}
</style>