#27393D

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

Shades of Outer Space #27393D

Tints of Outer Space #27393D

Color information

#27393D (or 0x27393D) is unknown color: approx Outer Space. HEX triplet: 27, 39 and 3D. RGB value is (39,57,61). Sum of RGB (Red+Green+Blue) = 39+57+61=157 (20% of max value = 765). Red value is 39 (15.62% from 255 or 24.84% from 157); Green value is 57 (22.66% from 255 or 36.31% from 157); Blue value is 61 (24.22% from 255 or 38.85% from 157); Max value from RGB is 61 - color contains mainly: blue. Hex color #27393D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27393D is #D8C6C2. Grayscale: #343434. Windows color (decimal): -14206659 or 4012327. OLE color: 4012327.

HSL color Cylindrical-coordinate representation of color #27393D: hue angle of 190.91º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #27393D is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB395761-
CMYK0.360.0700.76
HSL190.91º22%19.61%-
HSV(B)190.91º36.07%23.92%-
XYZ3.143.694.96-
YUV52.07133.04118.67-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 24.84%
GREEN value IS 57 (22.66% from 255) = 36.31%
BLUE value IS 61 (24.22% from 255) = 38.85%
R=24.84%
G=36.31%
B=38.85%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3957610.360.0700.76190.912219.61
Hex27393D24704Cbf1614
Octal47717544701142772624
Binary10011111100111110110010011101001100101111111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27393D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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