Shades of Swamp #1E2828
Tints of Swamp #1E2828
RGB
CMYK
RGB Variations
Color information
#1E2828 (or 0x1E2828) is known color: Swamp. HEX triplet: 1E, 28 and 28. RGB value is (30,40,40). Sum of RGB (Red+Green+Blue) = 30+40+40=110 (14% of max value = 765). Red value is 30 (12.11% from 255 or 27.27% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 40 (16.02% from 255 or 36.36% from 110); Max value from RGB is 40 - color contains mainly: green, blue. Hex color #1E2828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2828 is #E1D7D7. Grayscale: #242424. Windows color (decimal): -14800856 or 2631710. OLE color: 2631710.
HSL color Cylindrical-coordinate representation of color #1E2828: hue angle of 180º degrees, saturation: 0.14, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #1E2828 is Cyan = 0.25, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
RGB | 30 | 40 | 40 | - |
CMYK | 0.25 | 0 | 0 | 0.84 |
HSL | 180º | 0.14% | 0.14% | - |
HSV(B) | 180º | 0.25% | 0.16% | - |
XYZ | 1.68 | 1.95 | 2.29 | - |
YUV | 37.01 | 129.69 | 123 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 30 | 40 | 40 | 0.25 | 0 | 0 | 0.84 | 180 | 0.14 | 0.14 |
Hex | 1E | 28 | 28 | 19 | 0 | 0 | 54 | B4 | E | E |
Octal | 36 | 50 | 50 | 31 | 0 | 0 | 124 | 264 | 16 | 16 |
Binary | 11110 | 101000 | 101000 | 11001 | 0 | 0 | 1010100 | 10110100 | 1110 | 1110 |
Color Harmonies of #1E2828
Complementary color
Monochromatic Colors of #1E2828
Black with #1E2828
Text Example
Text Example
White with #1E2828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1E2828; }
p { color: rgb(30,40,40); }
H1.HeaderClassName
{
color: #1E2828;
}
.AnyTagClassName
{
color: #1E2828;
}
</style>
background-color css
<style>
a { background-color: #1E2828; }
a { background-color: rgb(30,40,40); }
div.DivClassName
{
background-color: #1E2828;
}
.BgClassName
{
background-color: #1E2828;
}
</style>
border-color css
<style>
span { border-color: #1E2828; }
span { border-color: rgb(30,40,40); }
td.TdClassName
{
border-color: #1E2828;
}
.TagClassName
{
border-color: #1E2828;
}
</style>