Shades of Outer Space #2D3839
Tints of Outer Space #2D3839
RGB
CMYK
RGB Variations
Color information
#2D3839 (or 0x2D3839) is known color: Outer Space. HEX triplet: 2D, 38 and 39. RGB value is (45,56,57). Sum of RGB (Red+Green+Blue) = 45+56+57=158 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.48% from 158); Green value is 56 (22.27% from 255 or 35.44% from 158); Blue value is 57 (22.66% from 255 or 36.08% from 158); Max value from RGB is 57 - color contains mainly: blue. Hex color #2D3839 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3839 is #D2C7C6. Grayscale: #343434. Windows color (decimal): -13813703 or 3749933. OLE color: 3749933.
HSL color Cylindrical-coordinate representation of color #2D3839: hue angle of 185º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2D3839 is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 56 | 57 | - |
| CMYK | 0.21 | 0.02 | 0 | 0.78 |
| HSL | 185º | 0.12% | 0.2% | - |
| HSV(B) | 185º | 0.21% | 0.22% | - |
| XYZ | 3.23 | 3.68 | 4.41 | - |
| YUV | 52.83 | 130.36 | 122.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 56 | 57 | 0.21 | 0.02 | 0 | 0.78 | 185 | 0.12 | 0.2 |
| Hex | 2D | 38 | 39 | 15 | 2 | 0 | 4E | B9 | C | 14 |
| Octal | 55 | 70 | 71 | 25 | 2 | 0 | 116 | 271 | 14 | 24 |
| Binary | 101101 | 111000 | 111001 | 10101 | 10 | 0 | 1001110 | 10111001 | 1100 | 10100 |
Color Harmonies of #2D3839
Complementary color
Monochromatic Colors of #2D3839
Black with #2D3839
Text Example
Text Example
White with #2D3839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3839; }
p { color: rgb(45,56,57); }
H1.HeaderClassName
{
color: #2D3839;
}
.AnyTagClassName
{
color: #2D3839;
}
</style>
background-color css
<style>
a { background-color: #2D3839; }
a { background-color: rgb(45,56,57); }
div.DivClassName
{
background-color: #2D3839;
}
.BgClassName
{
background-color: #2D3839;
}
</style>
border-color css
<style>
span { border-color: #2D3839; }
span { border-color: rgb(45,56,57); }
td.TdClassName
{
border-color: #2D3839;
}
.TagClassName
{
border-color: #2D3839;
}
</style>