Shades of Outer Space #27393B
Tints of Outer Space #27393B
RGB
CMYK
RGB Variations
Color information
#27393B (or 0x27393B) is known color: Outer Space. HEX triplet: 27, 39 and 3B. RGB value is (39,57,59). Sum of RGB (Red+Green+Blue) = 39+57+59=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 57 (22.66% from 255 or 36.77% from 155); Blue value is 59 (23.44% from 255 or 38.06% from 155); Max value from RGB is 59 - color contains mainly: blue. Hex color #27393B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27393B is #D8C6C4. Grayscale: #333333. Windows color (decimal): -14206661 or 3881255. OLE color: 3881255.
HSL color Cylindrical-coordinate representation of color #27393B: hue angle of 186º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #27393B is Cyan = 0.34, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 39 | 57 | 59 | - |
| CMYK | 0.34 | 0.03 | 0 | 0.77 |
| HSL | 186º | 0.2% | 0.19% | - |
| HSV(B) | 186º | 0.34% | 0.23% | - |
| XYZ | 3.09 | 3.67 | 4.68 | - |
| YUV | 51.85 | 132.04 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 57 | 59 | 0.34 | 0.03 | 0 | 0.77 | 186 | 0.2 | 0.19 |
| Hex | 27 | 39 | 3B | 22 | 3 | 0 | 4D | BA | 14 | 13 |
| Octal | 47 | 71 | 73 | 42 | 3 | 0 | 115 | 272 | 24 | 23 |
| Binary | 100111 | 111001 | 111011 | 100010 | 11 | 0 | 1001101 | 10111010 | 10100 | 10011 |
Color Harmonies of #27393B
Complementary color
Monochromatic Colors of #27393B
Black with #27393B
Text Example
Text Example
White with #27393B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27393B; }
p { color: rgb(39,57,59); }
H1.HeaderClassName
{
color: #27393B;
}
.AnyTagClassName
{
color: #27393B;
}
</style>
background-color css
<style>
a { background-color: #27393B; }
a { background-color: rgb(39,57,59); }
div.DivClassName
{
background-color: #27393B;
}
.BgClassName
{
background-color: #27393B;
}
</style>
border-color css
<style>
span { border-color: #27393B; }
span { border-color: rgb(39,57,59); }
td.TdClassName
{
border-color: #27393B;
}
.TagClassName
{
border-color: #27393B;
}
</style>