Shades of Outer Space #2A393D
Tints of Outer Space #2A393D
RGB
CMYK
RGB Variations
Color information
#2A393D (or 0x2A393D) is known color: Outer Space. HEX triplet: 2A, 39 and 3D. RGB value is (42,57,61). Sum of RGB (Red+Green+Blue) = 42+57+61=160 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.25% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 61 (24.22% from 255 or 38.12% from 160); Max value from RGB is 61 - color contains mainly: blue. Hex color #2A393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A393D is #D5C6C2. Grayscale: #343434. Windows color (decimal): -14010051 or 4012330. OLE color: 4012330.
HSL color Cylindrical-coordinate representation of color #2A393D: hue angle of 192.63º degrees, saturation: 0.18, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2A393D is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
RGB | 42 | 57 | 61 | - |
CMYK | 0.31 | 0.07 | 0 | 0.76 |
HSL | 192.63º | 0.18% | 0.2% | - |
HSV(B) | 192.63º | 0.31% | 0.24% | - |
XYZ | 3.26 | 3.76 | 4.97 | - |
YUV | 52.97 | 132.53 | 120.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 42 | 57 | 61 | 0.31 | 0.07 | 0 | 0.76 | 192.63 | 0.18 | 0.2 |
Hex | 2A | 39 | 3D | 1F | 7 | 0 | 4C | C1 | 12 | 14 |
Octal | 52 | 71 | 75 | 37 | 7 | 0 | 114 | 301 | 22 | 24 |
Binary | 101010 | 111001 | 111101 | 11111 | 111 | 0 | 1001100 | 11000001 | 10010 | 10100 |
Color Harmonies of #2A393D
Complementary color
Monochromatic Colors of #2A393D
Black with #2A393D
Text Example
Text Example
White with #2A393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A393D; }
p { color: rgb(42,57,61); }
H1.HeaderClassName
{
color: #2A393D;
}
.AnyTagClassName
{
color: #2A393D;
}
</style>
background-color css
<style>
a { background-color: #2A393D; }
a { background-color: rgb(42,57,61); }
div.DivClassName
{
background-color: #2A393D;
}
.BgClassName
{
background-color: #2A393D;
}
</style>
border-color css
<style>
span { border-color: #2A393D; }
span { border-color: rgb(42,57,61); }
td.TdClassName
{
border-color: #2A393D;
}
.TagClassName
{
border-color: #2A393D;
}
</style>