Shades of Swamp #182828
Tints of Swamp #182828
RGB
CMYK
RGB Variations
Color information
#182828 (or 0x182828) is known color: Swamp. HEX triplet: 18, 28 and 28. RGB value is (24,40,40). Sum of RGB (Red+Green+Blue) = 24+40+40=104 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.08% from 104); Green value is 40 (16.02% from 255 or 38.46% from 104); Blue value is 40 (16.02% from 255 or 38.46% from 104); Max value from RGB is 40 - color contains mainly: green, blue. Hex color #182828 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182828 is #E7D7D7. Grayscale: #232323. Windows color (decimal): -15194072 or 2631704. OLE color: 2631704.
HSL color Cylindrical-coordinate representation of color #182828: hue angle of 180º 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 #182828 is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
RGB | 24 | 40 | 40 | - |
CMYK | 0.40 | 0 | 0 | 0.84 |
HSL | 180º | 0.25% | 0.13% | - |
HSV(B) | 180º | 0.4% | 0.16% | - |
XYZ | 1.52 | 1.86 | 2.29 | - |
YUV | 35.22 | 130.7 | 120 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 24 | 40 | 40 | 0.40 | 0 | 0 | 0.84 | 180 | 0.25 | 0.13 |
Hex | 18 | 28 | 28 | 28 | 0 | 0 | 54 | B4 | 19 | D |
Octal | 30 | 50 | 50 | 50 | 0 | 0 | 124 | 264 | 31 | 15 |
Binary | 11000 | 101000 | 101000 | 101000 | 0 | 0 | 1010100 | 10110100 | 11001 | 1101 |
Color Harmonies of #182828
Complementary color
Monochromatic Colors of #182828
Black with #182828
Text Example
Text Example
White with #182828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #182828; }
p { color: rgb(24,40,40); }
H1.HeaderClassName
{
color: #182828;
}
.AnyTagClassName
{
color: #182828;
}
</style>
background-color css
<style>
a { background-color: #182828; }
a { background-color: rgb(24,40,40); }
div.DivClassName
{
background-color: #182828;
}
.BgClassName
{
background-color: #182828;
}
</style>
border-color css
<style>
span { border-color: #182828; }
span { border-color: rgb(24,40,40); }
td.TdClassName
{
border-color: #182828;
}
.TagClassName
{
border-color: #182828;
}
</style>