#27393A

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

Shades of Outer Space #27393A

Tints of Outer Space #27393A

Color information

#27393A (or 0x27393A) is unknown color: approx Outer Space. HEX triplet: 27, 39 and 3A. RGB value is (39,57,58). Sum of RGB (Red+Green+Blue) = 39+57+58=154 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.32% from 154); Green value is 57 (22.66% from 255 or 37.01% from 154); Blue value is 58 (23.05% from 255 or 37.66% from 154); Max value from RGB is 58 - color contains mainly: blue. Hex color #27393A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27393A is #D8C6C5. Grayscale: #333333. Windows color (decimal): -14206662 or 3815719. OLE color: 3815719.

HSL color Cylindrical-coordinate representation of color #27393A: hue angle of 183.16º degrees, saturation: 0.2, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #27393A is Cyan = 0.33, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB395758-
CMYK0.330.0200.77
HSL183.16º19.59%19.02%-
HSV(B)183.16º32.76%22.75%-
XYZ3.063.664.55-
YUV51.73131.54118.92-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.32%
GREEN value IS 57 (22.66% from 255) = 37.01%
BLUE value IS 58 (23.05% from 255) = 37.66%
R=25.32%
G=37.01%
B=37.66%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3957580.330.0200.77183.1619.5919.02
Hex27393A21204Db71413
Octal47717241201152672423
Binary1001111110011110101000011001001101101101111010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27393A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27393A; }

 p { color: rgb(39,57,58); }

 H1.HeaderClassName
 {
   color: #27393A;
 }
 .AnyTagClassName
 {
   color: #27393A;
 }
</style>
background-color css

<style>
 a { background-color: #27393A; }

 a { background-color: rgb(39,57,58); }

 div.DivClassName
 {
   background-color: #27393A;
 }
 .BgClassName
 {
   background-color: #27393A;
 }
</style>
border-color css

<style>
 span { border-color: #27393A; }

 span { border-color: rgb(39,57,58); }

 td.TdClassName
 {
   border-color: #27393A;
 }
 .TagClassName
 {
   border-color: #27393A;
 }
</style>