Shades of Outer Space #27383C
Tints of Outer Space #27383C
RGB
CMYK
RGB Variations
Color information
#27383C (or 0x27383C) is known color: Outer Space. HEX triplet: 27, 38 and 3C. RGB value is (39,56,60). Sum of RGB (Red+Green+Blue) = 39+56+60=155 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.16% from 155); Green value is 56 (22.27% from 255 or 36.13% from 155); Blue value is 60 (23.83% from 255 or 38.71% from 155); Max value from RGB is 60 - color contains mainly: blue. Hex color #27383C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27383C is #D8C7C3. Grayscale: #333333. Windows color (decimal): -14206916 or 3946535. OLE color: 3946535.
HSL color Cylindrical-coordinate representation of color #27383C: hue angle of 191.43º 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 #27383C is Cyan = 0.35, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 56 | 60 | - |
| CMYK | 0.35 | 0.07 | 0 | 0.76 |
| HSL | 191.43º | 0.21% | 0.19% | - |
| HSV(B) | 191.43º | 0.35% | 0.24% | - |
| XYZ | 3.07 | 3.59 | 4.81 | - |
| YUV | 51.37 | 132.87 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 56 | 60 | 0.35 | 0.07 | 0 | 0.76 | 191.43 | 0.21 | 0.19 |
| Hex | 27 | 38 | 3C | 23 | 7 | 0 | 4C | BF | 15 | 13 |
| Octal | 47 | 70 | 74 | 43 | 7 | 0 | 114 | 277 | 25 | 23 |
| Binary | 100111 | 111000 | 111100 | 100011 | 111 | 0 | 1001100 | 10111111 | 10101 | 10011 |
Color Harmonies of #27383C
Complementary color
Monochromatic Colors of #27383C
Black with #27383C
Text Example
Text Example
White with #27383C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27383C; }
p { color: rgb(39,56,60); }
H1.HeaderClassName
{
color: #27383C;
}
.AnyTagClassName
{
color: #27383C;
}
</style>
background-color css
<style>
a { background-color: #27383C; }
a { background-color: rgb(39,56,60); }
div.DivClassName
{
background-color: #27383C;
}
.BgClassName
{
background-color: #27383C;
}
</style>
border-color css
<style>
span { border-color: #27383C; }
span { border-color: rgb(39,56,60); }
td.TdClassName
{
border-color: #27383C;
}
.TagClassName
{
border-color: #27383C;
}
</style>