Shades of Outer Space #29393B
Tints of Outer Space #29393B
RGB
CMYK
RGB Variations
Color information
#29393B (or 0x29393B) is known color: Outer Space. HEX triplet: 29, 39 and 3B. RGB value is (41,57,59). Sum of RGB (Red+Green+Blue) = 41+57+59=157 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.11% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 59 (23.44% from 255 or 37.58% from 157); Max value from RGB is 59 - color contains mainly: blue. Hex color #29393B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29393B is #D6C6C4. Grayscale: #343434. Windows color (decimal): -14075589 or 3881257. OLE color: 3881257.
HSL color Cylindrical-coordinate representation of color #29393B: hue angle of 186.67º degrees, saturation: 0.18, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #29393B is Cyan = 0.31, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 41 | 57 | 59 | - |
| CMYK | 0.31 | 0.03 | 0 | 0.77 |
| HSL | 186.67º | 0.18% | 0.2% | - |
| HSV(B) | 186.67º | 0.31% | 0.23% | - |
| XYZ | 3.17 | 3.71 | 4.69 | - |
| YUV | 52.44 | 131.7 | 119.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 57 | 59 | 0.31 | 0.03 | 0 | 0.77 | 186.67 | 0.18 | 0.2 |
| Hex | 29 | 39 | 3B | 1F | 3 | 0 | 4D | BB | 12 | 14 |
| Octal | 51 | 71 | 73 | 37 | 3 | 0 | 115 | 273 | 22 | 24 |
| Binary | 101001 | 111001 | 111011 | 11111 | 11 | 0 | 1001101 | 10111011 | 10010 | 10100 |
Color Harmonies of #29393B
Complementary color
Monochromatic Colors of #29393B
Black with #29393B
Text Example
Text Example
White with #29393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29393B; }
p { color: rgb(41,57,59); }
H1.HeaderClassName
{
color: #29393B;
}
.AnyTagClassName
{
color: #29393B;
}
</style>
background-color css
<style>
a { background-color: #29393B; }
a { background-color: rgb(41,57,59); }
div.DivClassName
{
background-color: #29393B;
}
.BgClassName
{
background-color: #29393B;
}
</style>
border-color css
<style>
span { border-color: #29393B; }
span { border-color: rgb(41,57,59); }
td.TdClassName
{
border-color: #29393B;
}
.TagClassName
{
border-color: #29393B;
}
</style>