Shades of Outer Space #294142
Tints of Outer Space #294142
RGB
CMYK
RGB Variations
Color information
#294142 (or 0x294142) is known color: Outer Space. HEX triplet: 29, 41 and 42. RGB value is (41,65,66). Sum of RGB (Red+Green+Blue) = 41+65+66=172 (22% of max value = 765). Red value is 41 (16.41% from 255 or 23.84% from 172); Green value is 65 (25.78% from 255 or 37.79% from 172); Blue value is 66 (26.17% from 255 or 38.37% from 172); Max value from RGB is 66 - color contains mainly: blue. Hex color #294142 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #294142 is #D6BEBD. Grayscale: #393939. Windows color (decimal): -14073534 or 4342057. OLE color: 4342057.
HSL color Cylindrical-coordinate representation of color #294142: hue angle of 182.4º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #294142 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 41 | 65 | 66 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.74 |
| HSL | 182.4º | 0.23% | 0.21% | - |
| HSV(B) | 182.4º | 0.38% | 0.26% | - |
| XYZ | 3.79 | 4.65 | 5.85 | - |
| YUV | 57.94 | 132.55 | 115.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 65 | 66 | 0.38 | 0.02 | 0 | 0.74 | 182.4 | 0.23 | 0.21 |
| Hex | 29 | 41 | 42 | 26 | 2 | 0 | 4A | B6 | 17 | 15 |
| Octal | 51 | 101 | 102 | 46 | 2 | 0 | 112 | 266 | 27 | 25 |
| Binary | 101001 | 1000001 | 1000010 | 100110 | 10 | 0 | 1001010 | 10110110 | 10111 | 10101 |
Color Harmonies of #294142
Complementary color
Monochromatic Colors of #294142
Black with #294142
Text Example
Text Example
White with #294142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #294142; }
p { color: rgb(41,65,66); }
H1.HeaderClassName
{
color: #294142;
}
.AnyTagClassName
{
color: #294142;
}
</style>
background-color css
<style>
a { background-color: #294142; }
a { background-color: rgb(41,65,66); }
div.DivClassName
{
background-color: #294142;
}
.BgClassName
{
background-color: #294142;
}
</style>
border-color css
<style>
span { border-color: #294142; }
span { border-color: rgb(41,65,66); }
td.TdClassName
{
border-color: #294142;
}
.TagClassName
{
border-color: #294142;
}
</style>