Shades of Swamp #242828
Tints of Swamp #242828
RGB
CMYK
RGB Variations
Color information
#242828 (or 0x242828) is known color: Swamp. HEX triplet: 24, 28 and 28. RGB value is (36,40,40). Sum of RGB (Red+Green+Blue) = 36+40+40=116 (15% of max value = 765). Red value is 36 (14.45% from 255 or 31.03% from 116); Green value is 40 (16.02% from 255 or 34.48% from 116); Blue value is 40 (16.02% from 255 or 34.48% from 116); Max value from RGB is 40 - color contains mainly: green, blue. Hex color #242828 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #242828 is #DBD7D7. Grayscale: #262626. Windows color (decimal): -14407640 or 2631716. OLE color: 2631716.
HSL color Cylindrical-coordinate representation of color #242828: hue angle of 180º degrees, saturation: 0.05, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.16% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #242828 is Cyan = 0.10, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.84.
Color convert
| RGB | 36 | 40 | 40 | - |
| CMYK | 0.10 | 0 | 0 | 0.84 |
| HSL | 180º | 0.05% | 0.15% | - |
| HSV(B) | 180º | 0.1% | 0.16% | - |
| XYZ | 1.87 | 2.05 | 2.3 | - |
| YUV | 38.8 | 128.67 | 126 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 40 | 40 | 0.10 | 0 | 0 | 0.84 | 180 | 0.05 | 0.15 |
| Hex | 24 | 28 | 28 | A | 0 | 0 | 54 | B4 | 5 | F |
| Octal | 44 | 50 | 50 | 12 | 0 | 0 | 124 | 264 | 5 | 17 |
| Binary | 100100 | 101000 | 101000 | 1010 | 0 | 0 | 1010100 | 10110100 | 101 | 1111 |
Color Harmonies of #242828
Complementary color
Monochromatic Colors of #242828
Black with #242828
Text Example
Text Example
White with #242828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #242828; }
p { color: rgb(36,40,40); }
H1.HeaderClassName
{
color: #242828;
}
.AnyTagClassName
{
color: #242828;
}
</style>
background-color css
<style>
a { background-color: #242828; }
a { background-color: rgb(36,40,40); }
div.DivClassName
{
background-color: #242828;
}
.BgClassName
{
background-color: #242828;
}
</style>
border-color css
<style>
span { border-color: #242828; }
span { border-color: rgb(36,40,40); }
td.TdClassName
{
border-color: #242828;
}
.TagClassName
{
border-color: #242828;
}
</style>