Shades of Swamp #183130
Tints of Swamp #183130
RGB
CMYK
RGB Variations
Color information
#183130 (or 0x183130) is known color: Swamp. HEX triplet: 18, 31 and 30. RGB value is (24,49,48). Sum of RGB (Red+Green+Blue) = 24+49+48=121 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.83% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 48 (19.14% from 255 or 39.67% from 121); Max value from RGB is 49 - color contains mainly: green. Hex color #183130 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #183130 is #E7CECF. Grayscale: #292929. Windows color (decimal): -15191760 or 3158296. OLE color: 3158296.
HSL color Cylindrical-coordinate representation of color #183130: hue angle of 177.6º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #183130 is Cyan = 0.51, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 24 | 49 | 48 | - |
| CMYK | 0.51 | 0 | 0.02 | 0.81 |
| HSL | 177.6º | 0.34% | 0.14% | - |
| HSV(B) | 177.6º | 0.51% | 0.19% | - |
| XYZ | 2.01 | 2.6 | 3.19 | - |
| YUV | 41.41 | 131.72 | 115.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 49 | 48 | 0.51 | 0 | 0.02 | 0.81 | 177.6 | 0.34 | 0.14 |
| Hex | 18 | 31 | 30 | 33 | 0 | 2 | 51 | B2 | 22 | E |
| Octal | 30 | 61 | 60 | 63 | 0 | 2 | 121 | 262 | 42 | 16 |
| Binary | 11000 | 110001 | 110000 | 110011 | 0 | 10 | 1010001 | 10110010 | 100010 | 1110 |
Color Harmonies of #183130
Complementary color
Monochromatic Colors of #183130
Black with #183130
Text Example
Text Example
White with #183130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #183130; }
p { color: rgb(24,49,48); }
H1.HeaderClassName
{
color: #183130;
}
.AnyTagClassName
{
color: #183130;
}
</style>
background-color css
<style>
a { background-color: #183130; }
a { background-color: rgb(24,49,48); }
div.DivClassName
{
background-color: #183130;
}
.BgClassName
{
background-color: #183130;
}
</style>
border-color css
<style>
span { border-color: #183130; }
span { border-color: rgb(24,49,48); }
td.TdClassName
{
border-color: #183130;
}
.TagClassName
{
border-color: #183130;
}
</style>