#141835

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

Shades of Midnight Express #141835

Tints of Midnight Express #141835

Color information

#141835 (or 0x141835) is unknown color: approx Midnight Express. HEX triplet: 14, 18 and 35. RGB value is (20,24,53). Sum of RGB (Red+Green+Blue) = 20+24+53=97 (12% of max value = 765). Red value is 20 (8.20% from 255 or 20.62% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 53 (21.09% from 255 or 54.64% from 97); Max value from RGB is 53 - color contains mainly: blue. Hex color #141835 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #141835 is #EBE7CA. Grayscale: #191919. Windows color (decimal): -15460299 or 3479572. OLE color: 3479572.

HSL color Cylindrical-coordinate representation of color #141835: hue angle of 232.73º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #141835 is Cyan = 0.62, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB202453-
CMYK0.620.5500.79
HSL232.73º45.21%14.31%-
HSV(B)232.73º62.26%20.78%-
XYZ1.261.063.51-
YUV26.11143.17123.64-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.62%
GREEN value IS 24 (9.77% from 255) = 24.74%
BLUE value IS 53 (21.09% from 255) = 54.64%
R=20.62%
G=24.74%
B=54.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2024530.620.5500.79232.7345.2114.31
Hex1418353E3704Fe92de
Octal243065766701173515516
Binary101001100011010111111011011101001111111010011011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #141835; }

 p { color: rgb(20,24,53); }

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

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

 a { background-color: rgb(20,24,53); }

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

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

 span { border-color: rgb(20,24,53); }

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