Shades of Outer Space #2E3D41
Tints of Outer Space #2E3D41
RGB
CMYK
RGB Variations
Color information
#2E3D41 (or 0x2E3D41) is known color: Outer Space. HEX triplet: 2E, 3D and 41. RGB value is (46,61,65). Sum of RGB (Red+Green+Blue) = 46+61+65=172 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.74% from 172); Green value is 61 (24.22% from 255 or 35.47% from 172); Blue value is 65 (25.78% from 255 or 37.79% from 172); Max value from RGB is 65 - color contains mainly: blue. Hex color #2E3D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E3D41 is #D1C2BE. Grayscale: #383838. Windows color (decimal): -13746879 or 4275502. OLE color: 4275502.
HSL color Cylindrical-coordinate representation of color #2E3D41: hue angle of 192.63º degrees, saturation: 0.17, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2E3D41 is Cyan = 0.29, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 46 | 61 | 65 | - |
| CMYK | 0.29 | 0.06 | 0 | 0.75 |
| HSL | 192.63º | 0.17% | 0.22% | - |
| HSV(B) | 192.63º | 0.29% | 0.25% | - |
| XYZ | 3.75 | 4.3 | 5.63 | - |
| YUV | 56.97 | 132.53 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 46 | 61 | 65 | 0.29 | 0.06 | 0 | 0.75 | 192.63 | 0.17 | 0.22 |
| Hex | 2E | 3D | 41 | 1D | 6 | 0 | 4B | C1 | 11 | 16 |
| Octal | 56 | 75 | 101 | 35 | 6 | 0 | 113 | 301 | 21 | 26 |
| Binary | 101110 | 111101 | 1000001 | 11101 | 110 | 0 | 1001011 | 11000001 | 10001 | 10110 |
Color Harmonies of #2E3D41
Complementary color
Monochromatic Colors of #2E3D41
Black with #2E3D41
Text Example
Text Example
White with #2E3D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2E3D41; }
p { color: rgb(46,61,65); }
H1.HeaderClassName
{
color: #2E3D41;
}
.AnyTagClassName
{
color: #2E3D41;
}
</style>
background-color css
<style>
a { background-color: #2E3D41; }
a { background-color: rgb(46,61,65); }
div.DivClassName
{
background-color: #2E3D41;
}
.BgClassName
{
background-color: #2E3D41;
}
</style>
border-color css
<style>
span { border-color: #2E3D41; }
span { border-color: rgb(46,61,65); }
td.TdClassName
{
border-color: #2E3D41;
}
.TagClassName
{
border-color: #2E3D41;
}
</style>