#27383C

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

Shades of Outer Space #27383C

Tints of Outer Space #27383C

Color information

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

RGB395660-
CMYK0.350.0700.76
HSL191.43º21.21%19.41%-
HSV(B)191.43º35%23.53%-
XYZ3.073.594.81-
YUV51.37132.87119.17-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.16%
GREEN value IS 56 (22.27% from 255) = 36.13%
BLUE value IS 60 (23.83% from 255) = 38.71%
R=25.16%
G=36.13%
B=38.71%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3956600.350.0700.76191.4321.2119.41
Hex27383C23704Cbf1513
Octal47707443701142772523
Binary10011111100011110010001111101001100101111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27383C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



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