Shades of Outer Space #323D3D
Tints of Outer Space #323D3D
RGB
CMYK
RGB Variations
Color information
#323D3D (or 0x323D3D) is known color: Outer Space. HEX triplet: 32, 3D and 3D. RGB value is (50,61,61). Sum of RGB (Red+Green+Blue) = 50+61+61=172 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.07% from 172); Green value is 61 (24.22% from 255 or 35.47% from 172); Blue value is 61 (24.22% from 255 or 35.47% from 172); Max value from RGB is 61 - color contains mainly: green, blue. Hex color #323D3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323D3D is #CDC2C2. Grayscale: #393939. Windows color (decimal): -13484739 or 4013362. OLE color: 4013362.
HSL color Cylindrical-coordinate representation of color #323D3D: hue angle of 180º degrees, saturation: 0.1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #323D3D is Cyan = 0.18, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 61 | 61 | - |
| CMYK | 0.18 | 0 | 0 | 0.76 |
| HSL | 180º | 0.1% | 0.22% | - |
| HSV(B) | 180º | 0.18% | 0.24% | - |
| XYZ | 3.83 | 4.35 | 5.05 | - |
| YUV | 57.71 | 129.86 | 122.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 61 | 61 | 0.18 | 0 | 0 | 0.76 | 180 | 0.1 | 0.22 |
| Hex | 32 | 3D | 3D | 12 | 0 | 0 | 4C | B4 | A | 16 |
| Octal | 62 | 75 | 75 | 22 | 0 | 0 | 114 | 264 | 12 | 26 |
| Binary | 110010 | 111101 | 111101 | 10010 | 0 | 0 | 1001100 | 10110100 | 1010 | 10110 |
Color Harmonies of #323D3D
Complementary color
Monochromatic Colors of #323D3D
Black with #323D3D
Text Example
Text Example
White with #323D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323D3D; }
p { color: rgb(50,61,61); }
H1.HeaderClassName
{
color: #323D3D;
}
.AnyTagClassName
{
color: #323D3D;
}
</style>
background-color css
<style>
a { background-color: #323D3D; }
a { background-color: rgb(50,61,61); }
div.DivClassName
{
background-color: #323D3D;
}
.BgClassName
{
background-color: #323D3D;
}
</style>
border-color css
<style>
span { border-color: #323D3D; }
span { border-color: rgb(50,61,61); }
td.TdClassName
{
border-color: #323D3D;
}
.TagClassName
{
border-color: #323D3D;
}
</style>