Shades of Outer Space #313D3E
Tints of Outer Space #313D3E
RGB
CMYK
RGB Variations
Color information
#313D3E (or 0x313D3E) is known color: Outer Space. HEX triplet: 31, 3D and 3E. RGB value is (49,61,62). Sum of RGB (Red+Green+Blue) = 49+61+62=172 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.49% from 172); Green value is 61 (24.22% from 255 or 35.47% from 172); Blue value is 62 (24.61% from 255 or 36.05% from 172); Max value from RGB is 62 - color contains mainly: blue. Hex color #313D3E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313D3E is #CEC2C1. Grayscale: #393939. Windows color (decimal): -13550274 or 4078897. OLE color: 4078897.
HSL color Cylindrical-coordinate representation of color #313D3E: hue angle of 184.62º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #313D3E is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 49 | 61 | 62 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.76 |
| HSL | 184.62º | 0.12% | 0.22% | - |
| HSV(B) | 184.62º | 0.21% | 0.24% | - |
| XYZ | 3.8 | 4.34 | 5.19 | - |
| YUV | 57.53 | 130.52 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 61 | 62 | 0.21 | 0.02 | 0 | 0.76 | 184.62 | 0.12 | 0.22 |
| Hex | 31 | 3D | 3E | 15 | 2 | 0 | 4C | B9 | C | 16 |
| Octal | 61 | 75 | 76 | 25 | 2 | 0 | 114 | 271 | 14 | 26 |
| Binary | 110001 | 111101 | 111110 | 10101 | 10 | 0 | 1001100 | 10111001 | 1100 | 10110 |
Color Harmonies of #313D3E
Complementary color
Monochromatic Colors of #313D3E
Black with #313D3E
Text Example
Text Example
White with #313D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313D3E; }
p { color: rgb(49,61,62); }
H1.HeaderClassName
{
color: #313D3E;
}
.AnyTagClassName
{
color: #313D3E;
}
</style>
background-color css
<style>
a { background-color: #313D3E; }
a { background-color: rgb(49,61,62); }
div.DivClassName
{
background-color: #313D3E;
}
.BgClassName
{
background-color: #313D3E;
}
</style>
border-color css
<style>
span { border-color: #313D3E; }
span { border-color: rgb(49,61,62); }
td.TdClassName
{
border-color: #313D3E;
}
.TagClassName
{
border-color: #313D3E;
}
</style>