Shades of Outer Space #2C3839
Tints of Outer Space #2C3839
RGB
CMYK
RGB Variations
Color information
#2C3839 (or 0x2C3839) is known color: Outer Space. HEX triplet: 2C, 38 and 39. RGB value is (44,56,57). Sum of RGB (Red+Green+Blue) = 44+56+57=157 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.03% from 157); Green value is 56 (22.27% from 255 or 35.67% from 157); Blue value is 57 (22.66% from 255 or 36.31% from 157); Max value from RGB is 57 - color contains mainly: blue. Hex color #2C3839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3839 is #D3C7C6. Grayscale: #343434. Windows color (decimal): -13879239 or 3749932. OLE color: 3749932.
HSL color Cylindrical-coordinate representation of color #2C3839: hue angle of 184.62º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2C3839 is Cyan = 0.23, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 44 | 56 | 57 | - |
| CMYK | 0.23 | 0.02 | 0 | 0.78 |
| HSL | 184.62º | 0.13% | 0.2% | - |
| HSV(B) | 184.62º | 0.23% | 0.22% | - |
| XYZ | 3.19 | 3.66 | 4.41 | - |
| YUV | 52.53 | 130.52 | 121.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 44 | 56 | 57 | 0.23 | 0.02 | 0 | 0.78 | 184.62 | 0.13 | 0.2 |
| Hex | 2C | 38 | 39 | 17 | 2 | 0 | 4E | B9 | D | 14 |
| Octal | 54 | 70 | 71 | 27 | 2 | 0 | 116 | 271 | 15 | 24 |
| Binary | 101100 | 111000 | 111001 | 10111 | 10 | 0 | 1001110 | 10111001 | 1101 | 10100 |
Color Harmonies of #2C3839
Complementary color
Monochromatic Colors of #2C3839
Black with #2C3839
Text Example
Text Example
White with #2C3839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2C3839; }
p { color: rgb(44,56,57); }
H1.HeaderClassName
{
color: #2C3839;
}
.AnyTagClassName
{
color: #2C3839;
}
</style>
background-color css
<style>
a { background-color: #2C3839; }
a { background-color: rgb(44,56,57); }
div.DivClassName
{
background-color: #2C3839;
}
.BgClassName
{
background-color: #2C3839;
}
</style>
border-color css
<style>
span { border-color: #2C3839; }
span { border-color: rgb(44,56,57); }
td.TdClassName
{
border-color: #2C3839;
}
.TagClassName
{
border-color: #2C3839;
}
</style>