Shades of Outer Space #323B3D
Tints of Outer Space #323B3D
RGB
CMYK
RGB Variations
Color information
#323B3D (or 0x323B3D) is known color: Outer Space. HEX triplet: 32, 3B and 3D. RGB value is (50,59,61). Sum of RGB (Red+Green+Blue) = 50+59+61=170 (22% of max value = 765). Red value is 50 (19.92% from 255 or 29.41% from 170); Green value is 59 (23.44% from 255 or 34.71% from 170); Blue value is 61 (24.22% from 255 or 35.88% from 170); Max value from RGB is 61 - color contains mainly: blue. Hex color #323B3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323B3D is #CDC4C2. Grayscale: #383838. Windows color (decimal): -13485251 or 4012850. OLE color: 4012850.
HSL color Cylindrical-coordinate representation of color #323B3D: hue angle of 190.91º 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 #323B3D is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 50 | 59 | 61 | - |
| CMYK | 0.18 | 0.03 | 0 | 0.76 |
| HSL | 190.91º | 0.1% | 0.22% | - |
| HSV(B) | 190.91º | 0.18% | 0.24% | - |
| XYZ | 3.72 | 4.14 | 5.02 | - |
| YUV | 56.54 | 130.52 | 123.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 59 | 61 | 0.18 | 0.03 | 0 | 0.76 | 190.91 | 0.1 | 0.22 |
| Hex | 32 | 3B | 3D | 12 | 3 | 0 | 4C | BF | A | 16 |
| Octal | 62 | 73 | 75 | 22 | 3 | 0 | 114 | 277 | 12 | 26 |
| Binary | 110010 | 111011 | 111101 | 10010 | 11 | 0 | 1001100 | 10111111 | 1010 | 10110 |
Color Harmonies of #323B3D
Complementary color
Monochromatic Colors of #323B3D
Black with #323B3D
Text Example
Text Example
White with #323B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323B3D; }
p { color: rgb(50,59,61); }
H1.HeaderClassName
{
color: #323B3D;
}
.AnyTagClassName
{
color: #323B3D;
}
</style>
background-color css
<style>
a { background-color: #323B3D; }
a { background-color: rgb(50,59,61); }
div.DivClassName
{
background-color: #323B3D;
}
.BgClassName
{
background-color: #323B3D;
}
</style>
border-color css
<style>
span { border-color: #323B3D; }
span { border-color: rgb(50,59,61); }
td.TdClassName
{
border-color: #323B3D;
}
.TagClassName
{
border-color: #323B3D;
}
</style>