Shades of Swamp #183132
Tints of Swamp #183132
RGB
CMYK
RGB Variations
Color information
#183132 (or 0x183132) is known color: Swamp. HEX triplet: 18, 31 and 32. RGB value is (24,49,50). Sum of RGB (Red+Green+Blue) = 24+49+50=123 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.51% from 123); Green value is 49 (19.53% from 255 or 39.84% from 123); Blue value is 50 (19.92% from 255 or 40.65% from 123); Max value from RGB is 50 - color contains mainly: blue. Hex color #183132 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183132 is #E7CECD. Grayscale: #292929. Windows color (decimal): -15191758 or 3289368. OLE color: 3289368.
HSL color Cylindrical-coordinate representation of color #183132: hue angle of 182.31º 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 #183132 is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 24 | 49 | 50 | - |
| CMYK | 0.52 | 0.02 | 0 | 0.80 |
| HSL | 182.31º | 0.35% | 0.15% | - |
| HSV(B) | 182.31º | 0.52% | 0.2% | - |
| XYZ | 2.05 | 2.62 | 3.42 | - |
| YUV | 41.64 | 132.72 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 49 | 50 | 0.52 | 0.02 | 0 | 0.80 | 182.31 | 0.35 | 0.15 |
| Hex | 18 | 31 | 32 | 34 | 2 | 0 | 50 | B6 | 23 | F |
| Octal | 30 | 61 | 62 | 64 | 2 | 0 | 120 | 266 | 43 | 17 |
| Binary | 11000 | 110001 | 110010 | 110100 | 10 | 0 | 1010000 | 10110110 | 100011 | 1111 |
Color Harmonies of #183132
Complementary color
Monochromatic Colors of #183132
Black with #183132
Text Example
Text Example
White with #183132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183132; }
p { color: rgb(24,49,50); }
H1.HeaderClassName
{
color: #183132;
}
.AnyTagClassName
{
color: #183132;
}
</style>
background-color css
<style>
a { background-color: #183132; }
a { background-color: rgb(24,49,50); }
div.DivClassName
{
background-color: #183132;
}
.BgClassName
{
background-color: #183132;
}
</style>
border-color css
<style>
span { border-color: #183132; }
span { border-color: rgb(24,49,50); }
td.TdClassName
{
border-color: #183132;
}
.TagClassName
{
border-color: #183132;
}
</style>