#141F30

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

Shades of Midnight Express #141F30

Tints of Midnight Express #141F30

Color information

#141F30 (or 0x141F30) is unknown color: approx Midnight Express. HEX triplet: 14, 1F and 30. RGB value is (20,31,48). Sum of RGB (Red+Green+Blue) = 20+31+48=99 (13% of max value = 765). Red value is 20 (8.20% from 255 or 20.20% from 99); Green value is 31 (12.5% from 255 or 31.31% from 99); Blue value is 48 (19.14% from 255 or 48.48% from 99); Max value from RGB is 48 - color contains mainly: blue. Hex color #141F30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #141F30 is #EBE0CF. Grayscale: #1D1D1D. Windows color (decimal): -15458512 or 3153684. OLE color: 3153684.

HSL color Cylindrical-coordinate representation of color #141F30: hue angle of 216.43º degrees, saturation: 0.41, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #141F30 is Cyan = 0.58, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB203148-
CMYK0.580.3500.81
HSL216.43º41.18%13.33%-
HSV(B)216.43º58.33%18.82%-
XYZ1.311.342.99-
YUV29.65138.36121.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 20.20%
GREEN value IS 31 (12.5% from 255) = 31.31%
BLUE value IS 48 (19.14% from 255) = 48.48%
R=20.20%
G=31.31%
B=48.48%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2031480.580.3500.81216.4341.1813.33
Hex141F303A23051d829d
Octal243760724301213305115
Binary101001111111000011101010001101010001110110001010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #141F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,31,48); }

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

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

 a { background-color: rgb(20,31,48); }

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

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

 span { border-color: rgb(20,31,48); }

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