Shades of Outer Space #393A3A
Tints of Outer Space #393A3A
RGB
CMYK
RGB Variations
Color information
#393A3A (or 0x393A3A) is known color: Outer Space. HEX triplet: 39, 3A and 3A. RGB value is (57,58,58). Sum of RGB (Red+Green+Blue) = 57+58+58=173 (22% of max value = 765). Red value is 57 (22.66% from 255 or 32.95% from 173); Green value is 58 (23.05% from 255 or 33.53% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 58 - color contains mainly: green, blue. Hex color #393A3A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #393A3A is #C6C5C5. Grayscale: #393939. Windows color (decimal): -13026758 or 3815993. OLE color: 3815993.
HSL color Cylindrical-coordinate representation of color #393A3A: hue angle of 180º degrees, saturation: 0.01, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #393A3A is Cyan = 0.02, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
RGB | 57 | 58 | 58 | - |
CMYK | 0.02 | 0 | 0 | 0.77 |
HSL | 180º | 0.01% | 0.23% | - |
HSV(B) | 180º | 0.02% | 0.23% | - |
XYZ | 3.96 | 4.2 | 4.61 | - |
YUV | 57.7 | 128.17 | 127.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 57 | 58 | 58 | 0.02 | 0 | 0 | 0.77 | 180 | 0.01 | 0.23 |
Hex | 39 | 3A | 3A | 2 | 0 | 0 | 4D | B4 | 1 | 17 |
Octal | 71 | 72 | 72 | 2 | 0 | 0 | 115 | 264 | 1 | 27 |
Binary | 111001 | 111010 | 111010 | 10 | 0 | 0 | 1001101 | 10110100 | 1 | 10111 |
Color Harmonies of #393A3A
Complementary color
Monochromatic Colors of #393A3A
Black with #393A3A
Text Example
Text Example
White with #393A3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #393A3A; }
p { color: rgb(57,58,58); }
H1.HeaderClassName
{
color: #393A3A;
}
.AnyTagClassName
{
color: #393A3A;
}
</style>
background-color css
<style>
a { background-color: #393A3A; }
a { background-color: rgb(57,58,58); }
div.DivClassName
{
background-color: #393A3A;
}
.BgClassName
{
background-color: #393A3A;
}
</style>
border-color css
<style>
span { border-color: #393A3A; }
span { border-color: rgb(57,58,58); }
td.TdClassName
{
border-color: #393A3A;
}
.TagClassName
{
border-color: #393A3A;
}
</style>