Shades of Swamp #182827
Tints of Swamp #182827
RGB
CMYK
RGB Variations
Color information
#182827 (or 0x182827) is known color: Swamp. HEX triplet: 18, 28 and 27. RGB value is (24,40,39). Sum of RGB (Red+Green+Blue) = 24+40+39=103 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.30% from 103); Green value is 40 (16.02% from 255 or 38.83% from 103); Blue value is 39 (15.62% from 255 or 37.86% from 103); Max value from RGB is 40 - color contains mainly: green. Hex color #182827 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182827 is #E7D7D8. Grayscale: #232323. Windows color (decimal): -15194073 or 2566168. OLE color: 2566168.
HSL color Cylindrical-coordinate representation of color #182827: hue angle of 176.25º degrees, saturation: 0.25, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #182827 is Cyan = 0.40, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 24 | 40 | 39 | - |
| CMYK | 0.40 | 0 | 0.02 | 0.84 |
| HSL | 176.25º | 0.25% | 0.13% | - |
| HSV(B) | 176.25º | 0.4% | 0.16% | - |
| XYZ | 1.5 | 1.86 | 2.2 | - |
| YUV | 35.1 | 130.2 | 120.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 40 | 39 | 0.40 | 0 | 0.02 | 0.84 | 176.25 | 0.25 | 0.13 |
| Hex | 18 | 28 | 27 | 28 | 0 | 2 | 54 | B0 | 19 | D |
| Octal | 30 | 50 | 47 | 50 | 0 | 2 | 124 | 260 | 31 | 15 |
| Binary | 11000 | 101000 | 100111 | 101000 | 0 | 10 | 1010100 | 10110000 | 11001 | 1101 |
Color Harmonies of #182827
Complementary color
Monochromatic Colors of #182827
Black with #182827
Text Example
Text Example
White with #182827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182827; }
p { color: rgb(24,40,39); }
H1.HeaderClassName
{
color: #182827;
}
.AnyTagClassName
{
color: #182827;
}
</style>
background-color css
<style>
a { background-color: #182827; }
a { background-color: rgb(24,40,39); }
div.DivClassName
{
background-color: #182827;
}
.BgClassName
{
background-color: #182827;
}
</style>
border-color css
<style>
span { border-color: #182827; }
span { border-color: rgb(24,40,39); }
td.TdClassName
{
border-color: #182827;
}
.TagClassName
{
border-color: #182827;
}
</style>