#27313F

Color #27313F Midnight (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight #27313F

Tints of Midnight #27313F

Color information

#27313F (or 0x27313F) is unknown color: approx Midnight. HEX triplet: 27, 31 and 3F. RGB value is (39,49,63). Sum of RGB (Red+Green+Blue) = 39+49+63=151 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.83% from 151); Green value is 49 (19.53% from 255 or 32.45% from 151); Blue value is 63 (25% from 255 or 41.72% from 151); Max value from RGB is 63 - color contains mainly: blue. Hex color #27313F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27313F is #D8CEC0. Grayscale: #2F2F2F. Windows color (decimal): -14208705 or 4141351. OLE color: 4141351.

HSL color Cylindrical-coordinate representation of color #27313F: hue angle of 215º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #27313F is Cyan = 0.38, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB394963-
CMYK0.380.2200.75
HSL215º23.53%20%-
HSV(B)215º38.1%24.71%-
XYZ2.832.995.13-
YUV47.61136.69121.86-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 25.83%
GREEN value IS 49 (19.53% from 255) = 32.45%
BLUE value IS 63 (25% from 255) = 41.72%
R=25.83%
G=32.45%
B=41.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3949630.380.2200.7521523.5320
Hex27313F261604Bd71814
Octal476177462601133273024
Binary1001111100011111111001101011001001011110101111100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27313F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #27313F; }

 p { color: rgb(39,49,63); }

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

<style>
 a { background-color: #27313F; }

 a { background-color: rgb(39,49,63); }

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

<style>
 span { border-color: #27313F; }

 span { border-color: rgb(39,49,63); }

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