Shades of Outer Space #313737
Tints of Outer Space #313737
RGB
CMYK
RGB Variations
Color information
#313737 (or 0x313737) is known color: Outer Space. HEX triplet: 31, 37 and 37. RGB value is (49,55,55). Sum of RGB (Red+Green+Blue) = 49+55+55=159 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.82% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 55 (21.88% from 255 or 34.59% from 159); Max value from RGB is 55 - color contains mainly: green, blue. Hex color #313737 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #313737 is #CEC8C8. Grayscale: #353535. Windows color (decimal): -13551817 or 3618609. OLE color: 3618609.
HSL color Cylindrical-coordinate representation of color #313737: hue angle of 180º degrees, saturation: 0.06, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #313737 is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 49 | 55 | 55 | - |
| CMYK | 0.11 | 0 | 0 | 0.78 |
| HSL | 180º | 0.06% | 0.2% | - |
| HSV(B) | 180º | 0.11% | 0.22% | - |
| XYZ | 3.32 | 3.66 | 4.15 | - |
| YUV | 53.21 | 129.01 | 125 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 49 | 55 | 55 | 0.11 | 0 | 0 | 0.78 | 180 | 0.06 | 0.2 |
| Hex | 31 | 37 | 37 | B | 0 | 0 | 4E | B4 | 6 | 14 |
| Octal | 61 | 67 | 67 | 13 | 0 | 0 | 116 | 264 | 6 | 24 |
| Binary | 110001 | 110111 | 110111 | 1011 | 0 | 0 | 1001110 | 10110100 | 110 | 10100 |
Color Harmonies of #313737
Complementary color
Monochromatic Colors of #313737
Black with #313737
Text Example
Text Example
White with #313737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #313737; }
p { color: rgb(49,55,55); }
H1.HeaderClassName
{
color: #313737;
}
.AnyTagClassName
{
color: #313737;
}
</style>
background-color css
<style>
a { background-color: #313737; }
a { background-color: rgb(49,55,55); }
div.DivClassName
{
background-color: #313737;
}
.BgClassName
{
background-color: #313737;
}
</style>
border-color css
<style>
span { border-color: #313737; }
span { border-color: rgb(49,55,55); }
td.TdClassName
{
border-color: #313737;
}
.TagClassName
{
border-color: #313737;
}
</style>