Shades of Swamp #183332
Tints of Swamp #183332
RGB
CMYK
RGB Variations
Color information
#183332 (or 0x183332) is known color: Swamp. HEX triplet: 18, 33 and 32. RGB value is (24,51,50). Sum of RGB (Red+Green+Blue) = 24+51+50=125 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.2% from 125); Green value is 51 (20.31% from 255 or 40.8% from 125); Blue value is 50 (19.92% from 255 or 40% from 125); Max value from RGB is 51 - color contains mainly: green. Hex color #183332 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183332 is #E7CCCD. Grayscale: #2A2A2A. Windows color (decimal): -15191246 or 3289880. OLE color: 3289880.
HSL color Cylindrical-coordinate representation of color #183332: hue angle of 177.78º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #183332 is Cyan = 0.53, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 24 | 51 | 50 | - |
| CMYK | 0.53 | 0 | 0.02 | 0.8 |
| HSL | 177.78º | 0.36% | 0.15% | - |
| HSV(B) | 177.78º | 0.53% | 0.2% | - |
| XYZ | 2.14 | 2.79 | 3.44 | - |
| YUV | 42.81 | 132.05 | 114.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 51 | 50 | 0.53 | 0 | 0.02 | 0.8 | 177.78 | 0.36 | 0.15 |
| Hex | 18 | 33 | 32 | 35 | 0 | 2 | 50 | B2 | 24 | F |
| Octal | 30 | 63 | 62 | 65 | 0 | 2 | 120 | 262 | 44 | 17 |
| Binary | 11000 | 110011 | 110010 | 110101 | 0 | 10 | 1010000 | 10110010 | 100100 | 1111 |
Color Harmonies of #183332
Complementary color
Monochromatic Colors of #183332
Black with #183332
Text Example
Text Example
White with #183332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183332; }
p { color: rgb(24,51,50); }
H1.HeaderClassName
{
color: #183332;
}
.AnyTagClassName
{
color: #183332;
}
</style>
background-color css
<style>
a { background-color: #183332; }
a { background-color: rgb(24,51,50); }
div.DivClassName
{
background-color: #183332;
}
.BgClassName
{
background-color: #183332;
}
</style>
border-color css
<style>
span { border-color: #183332; }
span { border-color: rgb(24,51,50); }
td.TdClassName
{
border-color: #183332;
}
.TagClassName
{
border-color: #183332;
}
</style>