Shades of Outer Space #29393D
Tints of Outer Space #29393D
RGB
CMYK
RGB Variations
Color information
#29393D (or 0x29393D) is known color: Outer Space. HEX triplet: 29, 39 and 3D. RGB value is (41,57,61). Sum of RGB (Red+Green+Blue) = 41+57+61=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 57 (22.66% from 255 or 35.85% from 159); Blue value is 61 (24.22% from 255 or 38.36% from 159); Max value from RGB is 61 - color contains mainly: blue. Hex color #29393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29393D is #D6C6C2. Grayscale: #343434. Windows color (decimal): -14075587 or 4012329. OLE color: 4012329.
HSL color Cylindrical-coordinate representation of color #29393D: hue angle of 192º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #29393D is Cyan = 0.33, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 41 | 57 | 61 | - |
| CMYK | 0.33 | 0.07 | 0 | 0.76 |
| HSL | 192º | 0.2% | 0.2% | - |
| HSV(B) | 192º | 0.33% | 0.24% | - |
| XYZ | 3.22 | 3.73 | 4.97 | - |
| YUV | 52.67 | 132.7 | 119.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 57 | 61 | 0.33 | 0.07 | 0 | 0.76 | 192 | 0.2 | 0.2 |
| Hex | 29 | 39 | 3D | 21 | 7 | 0 | 4C | C0 | 14 | 14 |
| Octal | 51 | 71 | 75 | 41 | 7 | 0 | 114 | 300 | 24 | 24 |
| Binary | 101001 | 111001 | 111101 | 100001 | 111 | 0 | 1001100 | 11000000 | 10100 | 10100 |
Color Harmonies of #29393D
Complementary color
Monochromatic Colors of #29393D
Black with #29393D
Text Example
Text Example
White with #29393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29393D; }
p { color: rgb(41,57,61); }
H1.HeaderClassName
{
color: #29393D;
}
.AnyTagClassName
{
color: #29393D;
}
</style>
background-color css
<style>
a { background-color: #29393D; }
a { background-color: rgb(41,57,61); }
div.DivClassName
{
background-color: #29393D;
}
.BgClassName
{
background-color: #29393D;
}
</style>
border-color css
<style>
span { border-color: #29393D; }
span { border-color: rgb(41,57,61); }
td.TdClassName
{
border-color: #29393D;
}
.TagClassName
{
border-color: #29393D;
}
</style>