#141B2F

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

Shades of Midnight Express #141B2F

Tints of Midnight Express #141B2F

Color information

#141B2F (or 0x141B2F) is unknown color: approx Midnight Express. HEX triplet: 14, 1B and 2F. RGB value is (20,27,47). Sum of RGB (Red+Green+Blue) = 20+27+47=94 (12% of max value = 765). Red value is 20 (8.20% from 255 or 21.28% from 94); Green value is 27 (10.94% from 255 or 28.72% from 94); Blue value is 47 (18.75% from 255 or 50% from 94); Max value from RGB is 47 - color contains mainly: blue. Hex color #141B2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141B2F is #EBE4D0. Grayscale: #1B1B1B. Windows color (decimal): -15459537 or 3087124. OLE color: 3087124.

HSL color Cylindrical-coordinate representation of color #141B2F: hue angle of 224.44º degrees, saturation: 0.4, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #141B2F is Cyan = 0.57, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB202747-
CMYK0.570.4300.82
HSL224.44º40.3%13.14%-
HSV(B)224.44º57.45%18.43%-
XYZ1.191.142.85-
YUV27.19139.18122.87-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 21.28%
GREEN value IS 27 (10.94% from 255) = 28.72%
BLUE value IS 47 (18.75% from 255) = 50%
R=21.28%
G=28.72%
B=50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2027470.570.4300.82224.4440.313.14
Hex141B2F392B052e028d
Octal243357715301223405015
Binary101001101110111111100110101101010010111000001010001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141B2F; }

 p { color: rgb(20,27,47); }

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

<style>
 a { background-color: #141B2F; }

 a { background-color: rgb(20,27,47); }

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

<style>
 span { border-color: #141B2F; }

 span { border-color: rgb(20,27,47); }

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