Shades of Outer Space #32393B
Tints of Outer Space #32393B
RGB
CMYK
RGB Variations
Color information
#32393B (or 0x32393B) is known color: Outer Space. HEX triplet: 32, 39 and 3B. RGB value is (50,57,59). Sum of RGB (Red+Green+Blue) = 50+57+59=166 (21% of max value = 765). Red value is 50 (19.92% from 255 or 30.12% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 59 (23.44% from 255 or 35.54% from 166); Max value from RGB is 59 - color contains mainly: blue. Hex color #32393B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32393B is #CDC6C4. Grayscale: #373737. Windows color (decimal): -13485765 or 3881266. OLE color: 3881266.
HSL color Cylindrical-coordinate representation of color #32393B: hue angle of 193.33º degrees, saturation: 0.08, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #32393B is Cyan = 0.15, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 50 | 57 | 59 | - |
| CMYK | 0.15 | 0.03 | 0 | 0.77 |
| HSL | 193.33º | 0.08% | 0.21% | - |
| HSV(B) | 193.33º | 0.15% | 0.23% | - |
| XYZ | 3.57 | 3.92 | 4.71 | - |
| YUV | 55.14 | 130.18 | 124.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 57 | 59 | 0.15 | 0.03 | 0 | 0.77 | 193.33 | 0.08 | 0.21 |
| Hex | 32 | 39 | 3B | F | 3 | 0 | 4D | C1 | 8 | 15 |
| Octal | 62 | 71 | 73 | 17 | 3 | 0 | 115 | 301 | 10 | 25 |
| Binary | 110010 | 111001 | 111011 | 1111 | 11 | 0 | 1001101 | 11000001 | 1000 | 10101 |
Color Harmonies of #32393B
Complementary color
Monochromatic Colors of #32393B
Black with #32393B
Text Example
Text Example
White with #32393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32393B; }
p { color: rgb(50,57,59); }
H1.HeaderClassName
{
color: #32393B;
}
.AnyTagClassName
{
color: #32393B;
}
</style>
background-color css
<style>
a { background-color: #32393B; }
a { background-color: rgb(50,57,59); }
div.DivClassName
{
background-color: #32393B;
}
.BgClassName
{
background-color: #32393B;
}
</style>
border-color css
<style>
span { border-color: #32393B; }
span { border-color: rgb(50,57,59); }
td.TdClassName
{
border-color: #32393B;
}
.TagClassName
{
border-color: #32393B;
}
</style>