Shades of Swamp #293838
Tints of Swamp #293838
RGB
CMYK
RGB Variations
Color information
#293838 (or 0x293838) is known color: Swamp. HEX triplet: 29, 38 and 38. RGB value is (41,56,56). Sum of RGB (Red+Green+Blue) = 41+56+56=153 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.80% from 153); Green value is 56 (22.27% from 255 or 36.60% from 153); Blue value is 56 (22.27% from 255 or 36.60% from 153); Max value from RGB is 56 - color contains mainly: green, blue. Hex color #293838 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293838 is #D6C7C7. Grayscale: #333333. Windows color (decimal): -14075848 or 3684393. OLE color: 3684393.
HSL color Cylindrical-coordinate representation of color #293838: hue angle of 180º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #293838 is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 41 | 56 | 56 | - |
| CMYK | 0.27 | 0 | 0 | 0.78 |
| HSL | 180º | 0.15% | 0.19% | - |
| HSV(B) | 180º | 0.27% | 0.22% | - |
| XYZ | 3.04 | 3.59 | 4.27 | - |
| YUV | 51.52 | 130.53 | 120.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 56 | 56 | 0.27 | 0 | 0 | 0.78 | 180 | 0.15 | 0.19 |
| Hex | 29 | 38 | 38 | 1B | 0 | 0 | 4E | B4 | F | 13 |
| Octal | 51 | 70 | 70 | 33 | 0 | 0 | 116 | 264 | 17 | 23 |
| Binary | 101001 | 111000 | 111000 | 11011 | 0 | 0 | 1001110 | 10110100 | 1111 | 10011 |
Color Harmonies of #293838
Complementary color
Monochromatic Colors of #293838
Black with #293838
Text Example
Text Example
White with #293838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293838; }
p { color: rgb(41,56,56); }
H1.HeaderClassName
{
color: #293838;
}
.AnyTagClassName
{
color: #293838;
}
</style>
background-color css
<style>
a { background-color: #293838; }
a { background-color: rgb(41,56,56); }
div.DivClassName
{
background-color: #293838;
}
.BgClassName
{
background-color: #293838;
}
</style>
border-color css
<style>
span { border-color: #293838; }
span { border-color: rgb(41,56,56); }
td.TdClassName
{
border-color: #293838;
}
.TagClassName
{
border-color: #293838;
}
</style>