#27393C

Color #27393C Outer Space (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Outer Space #27393C

Tints of Outer Space #27393C

Color information

#27393C (or 0x27393C) is unknown color: approx 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

RGB395760-
CMYK0.350.0500.76
HSL188.57º21.21%19.41%-
HSV(B)188.57º35%23.53%-
XYZ3.123.684.82-
YUV51.96132.54118.76-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 39 (15.62% from 255) = 25%
GREEN value IS 57 (22.66% from 255) = 36.54%
BLUE value IS 60 (23.83% from 255) = 38.46%
R=25%
G=36.54%
B=38.46%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3957600.350.0500.76188.5721.2119.41
Hex27393C23504Cbd1513
Octal47717443501142752523
Binary10011111100111110010001110101001100101111011010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27393C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>