#272C41

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

Shades of Midnight Express #272C41

Tints of Midnight Express #272C41

Color information

#272C41 (or 0x272C41) is unknown color: approx Midnight Express. HEX triplet: 27, 2C and 41. RGB value is (39,44,65). Sum of RGB (Red+Green+Blue) = 39+44+65=148 (19% of max value = 765). Red value is 39 (15.62% from 255 or 26.35% from 148); Green value is 44 (17.58% from 255 or 29.73% from 148); Blue value is 65 (25.78% from 255 or 43.92% from 148); Max value from RGB is 65 - color contains mainly: blue. Hex color #272C41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272C41 is #D8D3BE. Grayscale: #2C2C2C. Windows color (decimal): -14209983 or 4271143. OLE color: 4271143.

HSL color Cylindrical-coordinate representation of color #272C41: hue angle of 228.46º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #272C41 is Cyan = 0.40, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB394465-
CMYK0.400.3200.75
HSL228.46º25%20.39%-
HSV(B)228.46º40%25.49%-
XYZ2.692.615.36-
YUV44.9139.34123.79-

RGB Variations

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

RGB

RED value IS 39 (15.62% from 255) = 26.35%
GREEN value IS 44 (17.58% from 255) = 29.73%
BLUE value IS 65 (25.78% from 255) = 43.92%
R=26.35%
G=29.73%
B=43.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3944650.400.3200.75228.462520.39
Hex272C41282004Be41914
Octal4754101504001133443124
Binary100111101100100000110100010000001001011111001001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #272C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #272C41; }

 p { color: rgb(39,44,65); }

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

<style>
 a { background-color: #272C41; }

 a { background-color: rgb(39,44,65); }

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

<style>
 span { border-color: #272C41; }

 span { border-color: rgb(39,44,65); }

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