Shades of Outer Space #313F40
Tints of Outer Space #313F40
RGB
CMYK
RGB Variations
Color information
#313F40 (or 0x313F40) is known color: Outer Space. HEX triplet: 31, 3F and 40. RGB value is (49,63,64). Sum of RGB (Red+Green+Blue) = 49+63+64=176 (23% of max value = 765). Red value is 49 (19.53% from 255 or 27.84% from 176); Green value is 63 (25% from 255 or 35.80% from 176); Blue value is 64 (25.39% from 255 or 36.36% from 176); Max value from RGB is 64 - color contains mainly: blue. Hex color #313F40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313F40 is #CEC0BF. Grayscale: #3A3A3A. Windows color (decimal): -13549760 or 4210481. OLE color: 4210481.
HSL color Cylindrical-coordinate representation of color #313F40: hue angle of 184º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #313F40 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 49 | 63 | 64 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.75 |
| HSL | 184º | 0.13% | 0.22% | - |
| HSV(B) | 184º | 0.23% | 0.25% | - |
| XYZ | 3.97 | 4.58 | 5.52 | - |
| YUV | 58.93 | 130.86 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 63 | 64 | 0.23 | 0.02 | 0 | 0.75 | 184 | 0.13 | 0.22 |
| Hex | 31 | 3F | 40 | 17 | 2 | 0 | 4B | B8 | D | 16 |
| Octal | 61 | 77 | 100 | 27 | 2 | 0 | 113 | 270 | 15 | 26 |
| Binary | 110001 | 111111 | 1000000 | 10111 | 10 | 0 | 1001011 | 10111000 | 1101 | 10110 |
Color Harmonies of #313F40
Complementary color
Monochromatic Colors of #313F40
Black with #313F40
Text Example
Text Example
White with #313F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313F40; }
p { color: rgb(49,63,64); }
H1.HeaderClassName
{
color: #313F40;
}
.AnyTagClassName
{
color: #313F40;
}
</style>
background-color css
<style>
a { background-color: #313F40; }
a { background-color: rgb(49,63,64); }
div.DivClassName
{
background-color: #313F40;
}
.BgClassName
{
background-color: #313F40;
}
</style>
border-color css
<style>
span { border-color: #313F40; }
span { border-color: rgb(49,63,64); }
td.TdClassName
{
border-color: #313F40;
}
.TagClassName
{
border-color: #313F40;
}
</style>