#27313A

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

Shades of Midnight #27313A

Tints of Midnight #27313A

Color information

#27313A (or 0x27313A) is unknown color: approx Midnight. HEX triplet: 27, 31 and 3A. RGB value is (39,49,58). Sum of RGB (Red+Green+Blue) = 39+49+58=146 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.71% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 58 (23.05% from 255 or 39.73% from 146); Max value from RGB is 58 - color contains mainly: blue. Hex color #27313A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27313A is #D8CEC5. Grayscale: #2E2E2E. Windows color (decimal): -14208710 or 3813671. OLE color: 3813671.

HSL color Cylindrical-coordinate representation of color #27313A: hue angle of 208.42º 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 #27313A is Cyan = 0.33, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB394958-
CMYK0.330.1600.77
HSL208.42º19.59%19.02%-
HSV(B)208.42º32.76%22.75%-
XYZ2.72.934.43-
YUV47.04134.19122.27-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.71%
GREEN value IS 49 (19.53% from 255) = 33.56%
BLUE value IS 58 (23.05% from 255) = 39.73%
R=26.71%
G=33.56%
B=39.73%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3949580.330.1600.77208.4219.5919.02
Hex27313A211004Dd01413
Octal476172412001153202423
Binary1001111100011110101000011000001001101110100001010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #27313A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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