Shades of Outer Space #27393C
Tints of Outer Space #27393C
RGB
CMYK
RGB Variations
Color information
#27393C (or 0x27393C) is known color: Outer Space. HEX triplet: 27, 39 and 3C. RGB value is (39,57,60). Sum of RGB (Red+Green+Blue) = 39+57+60=156 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25% from 156); Green value is 57 (22.66% from 255 or 36.54% from 156); Blue value is 60 (23.83% from 255 or 38.46% from 156); Max value from RGB is 60 - color contains mainly: blue. Hex color #27393C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27393C is #D8C6C3. Grayscale: #333333. Windows color (decimal): -14206660 or 3946791. OLE color: 3946791.
HSL color Cylindrical-coordinate representation of color #27393C: hue angle of 188.57º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #27393C is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 57 | 60 | - |
| CMYK | 0.35 | 0.05 | 0 | 0.76 |
| HSL | 188.57º | 0.21% | 0.19% | - |
| HSV(B) | 188.57º | 0.35% | 0.24% | - |
| XYZ | 3.12 | 3.68 | 4.82 | - |
| YUV | 51.96 | 132.54 | 118.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 57 | 60 | 0.35 | 0.05 | 0 | 0.76 | 188.57 | 0.21 | 0.19 |
| Hex | 27 | 39 | 3C | 23 | 5 | 0 | 4C | BD | 15 | 13 |
| Octal | 47 | 71 | 74 | 43 | 5 | 0 | 114 | 275 | 25 | 23 |
| Binary | 100111 | 111001 | 111100 | 100011 | 101 | 0 | 1001100 | 10111101 | 10101 | 10011 |
Color Harmonies of #27393C
Complementary color
Monochromatic Colors of #27393C
Black with #27393C
Text Example
Text Example
White with #27393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27393C; }
p { color: rgb(39,57,60); }
H1.HeaderClassName
{
color: #27393C;
}
.AnyTagClassName
{
color: #27393C;
}
</style>
background-color css
<style>
a { background-color: #27393C; }
a { background-color: rgb(39,57,60); }
div.DivClassName
{
background-color: #27393C;
}
.BgClassName
{
background-color: #27393C;
}
</style>
border-color css
<style>
span { border-color: #27393C; }
span { border-color: rgb(39,57,60); }
td.TdClassName
{
border-color: #27393C;
}
.TagClassName
{
border-color: #27393C;
}
</style>