Shades of Outer Space #323C3D
Tints of Outer Space #323C3D
RGB
CMYK
RGB Variations
Color information
#323C3D (or 0x323C3D) is known color: Outer Space. HEX triplet: 32, 3C and 3D. RGB value is (50,60,61). Sum of RGB (Red+Green+Blue) = 50+60+61=171 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.24% from 171); Green value is 60 (23.83% from 255 or 35.09% from 171); Blue value is 61 (24.22% from 255 or 35.67% from 171); Max value from RGB is 61 - color contains mainly: blue. Hex color #323C3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323C3D is #CDC3C2. Grayscale: #393939. Windows color (decimal): -13484995 or 4013106. OLE color: 4013106.
HSL color Cylindrical-coordinate representation of color #323C3D: hue angle of 185.45º 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 #323C3D is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 60 | 61 | - |
| CMYK | 0.18 | 0.02 | 0 | 0.76 |
| HSL | 185.45º | 0.1% | 0.22% | - |
| HSV(B) | 185.45º | 0.18% | 0.24% | - |
| XYZ | 3.77 | 4.25 | 5.04 | - |
| YUV | 57.12 | 130.19 | 122.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 60 | 61 | 0.18 | 0.02 | 0 | 0.76 | 185.45 | 0.1 | 0.22 |
| Hex | 32 | 3C | 3D | 12 | 2 | 0 | 4C | B9 | A | 16 |
| Octal | 62 | 74 | 75 | 22 | 2 | 0 | 114 | 271 | 12 | 26 |
| Binary | 110010 | 111100 | 111101 | 10010 | 10 | 0 | 1001100 | 10111001 | 1010 | 10110 |
Color Harmonies of #323C3D
Complementary color
Monochromatic Colors of #323C3D
Black with #323C3D
Text Example
Text Example
White with #323C3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323C3D; }
p { color: rgb(50,60,61); }
H1.HeaderClassName
{
color: #323C3D;
}
.AnyTagClassName
{
color: #323C3D;
}
</style>
background-color css
<style>
a { background-color: #323C3D; }
a { background-color: rgb(50,60,61); }
div.DivClassName
{
background-color: #323C3D;
}
.BgClassName
{
background-color: #323C3D;
}
</style>
border-color css
<style>
span { border-color: #323C3D; }
span { border-color: rgb(50,60,61); }
td.TdClassName
{
border-color: #323C3D;
}
.TagClassName
{
border-color: #323C3D;
}
</style>