Shades of Swamp #293333
Tints of Swamp #293333
RGB
CMYK
RGB Variations
Color information
#293333 (or 0x293333) is known color: Swamp. HEX triplet: 29, 33 and 33. RGB value is (41,51,51). Sum of RGB (Red+Green+Blue) = 41+51+51=143 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.67% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 51 (20.31% from 255 or 35.66% from 143); Max value from RGB is 51 - color contains mainly: green, blue. Hex color #293333 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293333 is #D6CCCC. Grayscale: #303030. Windows color (decimal): -14077133 or 3355433. OLE color: 3355433.
HSL color Cylindrical-coordinate representation of color #293333: hue angle of 180º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #293333 is Cyan = 0.20, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.8.
Color convert
| RGB | 41 | 51 | 51 | - |
| CMYK | 0.20 | 0 | 0 | 0.8 |
| HSL | 180º | 0.11% | 0.18% | - |
| HSV(B) | 180º | 0.2% | 0.2% | - |
| XYZ | 2.7 | 3.08 | 3.58 | - |
| YUV | 48.01 | 129.69 | 123 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 51 | 51 | 0.20 | 0 | 0 | 0.8 | 180 | 0.11 | 0.18 |
| Hex | 29 | 33 | 33 | 14 | 0 | 0 | 50 | B4 | B | 12 |
| Octal | 51 | 63 | 63 | 24 | 0 | 0 | 120 | 264 | 13 | 22 |
| Binary | 101001 | 110011 | 110011 | 10100 | 0 | 0 | 1010000 | 10110100 | 1011 | 10010 |
Color Harmonies of #293333
Complementary color
Monochromatic Colors of #293333
Black with #293333
Text Example
Text Example
White with #293333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293333; }
p { color: rgb(41,51,51); }
H1.HeaderClassName
{
color: #293333;
}
.AnyTagClassName
{
color: #293333;
}
</style>
background-color css
<style>
a { background-color: #293333; }
a { background-color: rgb(41,51,51); }
div.DivClassName
{
background-color: #293333;
}
.BgClassName
{
background-color: #293333;
}
</style>
border-color css
<style>
span { border-color: #293333; }
span { border-color: rgb(41,51,51); }
td.TdClassName
{
border-color: #293333;
}
.TagClassName
{
border-color: #293333;
}
</style>