Html Css Color HEX #27393D Outer Space

📋 copy color: '#27393D'

red 39 ◦ green 57 ◦ blue 61

#27393D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Outer Space #27393D

Tints of Outer Space #27393D

RGB

 RED value IS 39 (15.63% 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 value IS 0.36

 M value IS 0.07

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#27393D (or 0x27393D) is known color: 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

RGB 39 57 61 -
CMYK 0.36 0.07 0 0.76
HSL 190.91º 0.22% 0.2% -
HSV(B) 190.91º 0.36% 0.24% -
XYZ 3.14 3.69 4.96 -
YUV 52.07 133.04 118.67 -
System Red Green Blue C M Y K H S L
Decimal 39 57 61 0.36 0.07 0 0.76 190.91 0.22 0.2
Hex 27 39 3D 24 7 0 4C BF 16 14
Octal 47 71 75 44 7 0 114 277 26 24
Binary 100111 111001 111101 100100 111 0 1001100 10111111 10110 10100

Color Harmonies of #27393D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #27393D

Black with #27393D

Text Example


Text Example

White with #27393D

Text Example


Text Example

HTML Codes & Css Web 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>