Shades of Swamp #182627
Tints of Swamp #182627
RGB
CMYK
RGB Variations
Color information
#182627 (or 0x182627) is known color: Swamp. HEX triplet: 18, 26 and 27. RGB value is (24,38,39). Sum of RGB (Red+Green+Blue) = 24+38+39=101 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.76% from 101); Green value is 38 (15.23% from 255 or 37.62% from 101); Blue value is 39 (15.62% from 255 or 38.61% from 101); Max value from RGB is 39 - color contains mainly: blue. Hex color #182627 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182627 is #E7D9D8. Grayscale: #212121. Windows color (decimal): -15194585 or 2565656. OLE color: 2565656.
HSL color Cylindrical-coordinate representation of color #182627: hue angle of 184º degrees, saturation: 0.24, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #182627 is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.85.
Color convert
| RGB | 24 | 38 | 39 | - |
| CMYK | 0.38 | 0.03 | 0 | 0.85 |
| HSL | 184º | 0.24% | 0.12% | - |
| HSV(B) | 184º | 0.38% | 0.15% | - |
| XYZ | 1.44 | 1.73 | 2.18 | - |
| YUV | 33.93 | 130.86 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 38 | 39 | 0.38 | 0.03 | 0 | 0.85 | 184 | 0.24 | 0.12 |
| Hex | 18 | 26 | 27 | 26 | 3 | 0 | 55 | B8 | 18 | C |
| Octal | 30 | 46 | 47 | 46 | 3 | 0 | 125 | 270 | 30 | 14 |
| Binary | 11000 | 100110 | 100111 | 100110 | 11 | 0 | 1010101 | 10111000 | 11000 | 1100 |
Color Harmonies of #182627
Complementary color
Monochromatic Colors of #182627
Black with #182627
Text Example
Text Example
White with #182627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182627; }
p { color: rgb(24,38,39); }
H1.HeaderClassName
{
color: #182627;
}
.AnyTagClassName
{
color: #182627;
}
</style>
background-color css
<style>
a { background-color: #182627; }
a { background-color: rgb(24,38,39); }
div.DivClassName
{
background-color: #182627;
}
.BgClassName
{
background-color: #182627;
}
</style>
border-color css
<style>
span { border-color: #182627; }
span { border-color: rgb(24,38,39); }
td.TdClassName
{
border-color: #182627;
}
.TagClassName
{
border-color: #182627;
}
</style>