Shades of Outer Space #323F41
Tints of Outer Space #323F41
RGB
CMYK
RGB Variations
Color information
#323F41 (or 0x323F41) is known color: Outer Space. HEX triplet: 32, 3F and 41. RGB value is (50,63,65). Sum of RGB (Red+Green+Blue) = 50+63+65=178 (23% of max value = 765). Red value is 50 (19.92% from 255 or 28.09% from 178); Green value is 63 (25% from 255 or 35.39% from 178); Blue value is 65 (25.78% from 255 or 36.52% from 178); Max value from RGB is 65 - color contains mainly: blue. Hex color #323F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #323F41 is #CDC0BE. Grayscale: #3B3B3B. Windows color (decimal): -13484223 or 4276018. OLE color: 4276018.
HSL color Cylindrical-coordinate representation of color #323F41: hue angle of 188º degrees, saturation: 0.13, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #323F41 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 50 | 63 | 65 | - |
| CMYK | 0.23 | 0.03 | 0 | 0.75 |
| HSL | 188º | 0.13% | 0.23% | - |
| HSV(B) | 188º | 0.23% | 0.25% | - |
| XYZ | 4.05 | 4.61 | 5.68 | - |
| YUV | 59.34 | 131.19 | 121.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 63 | 65 | 0.23 | 0.03 | 0 | 0.75 | 188 | 0.13 | 0.23 |
| Hex | 32 | 3F | 41 | 17 | 3 | 0 | 4B | BC | D | 17 |
| Octal | 62 | 77 | 101 | 27 | 3 | 0 | 113 | 274 | 15 | 27 |
| Binary | 110010 | 111111 | 1000001 | 10111 | 11 | 0 | 1001011 | 10111100 | 1101 | 10111 |
Color Harmonies of #323F41
Complementary color
Monochromatic Colors of #323F41
Black with #323F41
Text Example
Text Example
White with #323F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #323F41; }
p { color: rgb(50,63,65); }
H1.HeaderClassName
{
color: #323F41;
}
.AnyTagClassName
{
color: #323F41;
}
</style>
background-color css
<style>
a { background-color: #323F41; }
a { background-color: rgb(50,63,65); }
div.DivClassName
{
background-color: #323F41;
}
.BgClassName
{
background-color: #323F41;
}
</style>
border-color css
<style>
span { border-color: #323F41; }
span { border-color: rgb(50,63,65); }
td.TdClassName
{
border-color: #323F41;
}
.TagClassName
{
border-color: #323F41;
}
</style>