Shades of Outer Space #2D3739
Tints of Outer Space #2D3739
RGB
CMYK
RGB Variations
Color information
#2D3739 (or 0x2D3739) is known color: Outer Space. HEX triplet: 2D, 37 and 39. RGB value is (45,55,57). Sum of RGB (Red+Green+Blue) = 45+55+57=157 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.66% from 157); Green value is 55 (21.88% from 255 or 35.03% 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 #2D3739 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3739 is #D2C8C6. Grayscale: #343434. Windows color (decimal): -13813959 or 3749677. OLE color: 3749677.
HSL color Cylindrical-coordinate representation of color #2D3739: hue angle of 190º 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 #2D3739 is Cyan = 0.21, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 45 | 55 | 57 | - |
| CMYK | 0.21 | 0.04 | 0 | 0.78 |
| HSL | 190º | 0.12% | 0.2% | - |
| HSV(B) | 190º | 0.21% | 0.22% | - |
| XYZ | 3.19 | 3.59 | 4.4 | - |
| YUV | 52.24 | 130.69 | 122.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 55 | 57 | 0.21 | 0.04 | 0 | 0.78 | 190 | 0.12 | 0.2 |
| Hex | 2D | 37 | 39 | 15 | 4 | 0 | 4E | BE | C | 14 |
| Octal | 55 | 67 | 71 | 25 | 4 | 0 | 116 | 276 | 14 | 24 |
| Binary | 101101 | 110111 | 111001 | 10101 | 100 | 0 | 1001110 | 10111110 | 1100 | 10100 |
Color Harmonies of #2D3739
Complementary color
Monochromatic Colors of #2D3739
Black with #2D3739
Text Example
Text Example
White with #2D3739
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D3739; }
p { color: rgb(45,55,57); }
H1.HeaderClassName
{
color: #2D3739;
}
.AnyTagClassName
{
color: #2D3739;
}
</style>
background-color css
<style>
a { background-color: #2D3739; }
a { background-color: rgb(45,55,57); }
div.DivClassName
{
background-color: #2D3739;
}
.BgClassName
{
background-color: #2D3739;
}
</style>
border-color css
<style>
span { border-color: #2D3739; }
span { border-color: rgb(45,55,57); }
td.TdClassName
{
border-color: #2D3739;
}
.TagClassName
{
border-color: #2D3739;
}
</style>