Shades of Swamp #182324
Tints of Swamp #182324
RGB
CMYK
RGB Variations
Color information
#182324 (or 0x182324) is known color: Swamp. HEX triplet: 18, 23 and 24. RGB value is (24,35,36). Sum of RGB (Red+Green+Blue) = 24+35+36=95 (12% of max value = 765). Red value is 24 (9.77% from 255 or 25.26% from 95); Green value is 35 (14.06% from 255 or 36.84% from 95); Blue value is 36 (14.45% from 255 or 37.89% from 95); Max value from RGB is 36 - color contains mainly: blue. Hex color #182324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182324 is #E7DCDB. Grayscale: #1F1F1F. Windows color (decimal): -15195356 or 2368280. OLE color: 2368280.
HSL color Cylindrical-coordinate representation of color #182324: hue angle of 185º degrees, saturation: 0.2, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #182324 is Cyan = 0.33, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.86.
Color convert
| RGB | 24 | 35 | 36 | - |
| CMYK | 0.33 | 0.03 | 0 | 0.86 |
| HSL | 185º | 0.2% | 0.12% | - |
| HSV(B) | 185º | 0.33% | 0.14% | - |
| XYZ | 1.3 | 1.52 | 1.89 | - |
| YUV | 31.83 | 130.36 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 35 | 36 | 0.33 | 0.03 | 0 | 0.86 | 185 | 0.2 | 0.12 |
| Hex | 18 | 23 | 24 | 21 | 3 | 0 | 56 | B9 | 14 | C |
| Octal | 30 | 43 | 44 | 41 | 3 | 0 | 126 | 271 | 24 | 14 |
| Binary | 11000 | 100011 | 100100 | 100001 | 11 | 0 | 1010110 | 10111001 | 10100 | 1100 |
Color Harmonies of #182324
Complementary color
Monochromatic Colors of #182324
Black with #182324
Text Example
Text Example
White with #182324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182324; }
p { color: rgb(24,35,36); }
H1.HeaderClassName
{
color: #182324;
}
.AnyTagClassName
{
color: #182324;
}
</style>
background-color css
<style>
a { background-color: #182324; }
a { background-color: rgb(24,35,36); }
div.DivClassName
{
background-color: #182324;
}
.BgClassName
{
background-color: #182324;
}
</style>
border-color css
<style>
span { border-color: #182324; }
span { border-color: rgb(24,35,36); }
td.TdClassName
{
border-color: #182324;
}
.TagClassName
{
border-color: #182324;
}
</style>