#1E2F41

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

Shades of Midnight #1E2F41

Tints of Midnight #1E2F41

Color information

#1E2F41 (or 0x1E2F41) is unknown color: approx Midnight. HEX triplet: 1E, 2F and 41. RGB value is (30,47,65). Sum of RGB (Red+Green+Blue) = 30+47+65=142 (18% of max value = 765). Red value is 30 (12.11% from 255 or 21.13% from 142); Green value is 47 (18.75% from 255 or 33.10% from 142); Blue value is 65 (25.78% from 255 or 45.77% from 142); Max value from RGB is 65 - color contains mainly: blue. Hex color #1E2F41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E2F41 is #E1D0BE. Grayscale: #2B2B2B. Windows color (decimal): -14799039 or 4271902. OLE color: 4271902.

HSL color Cylindrical-coordinate representation of color #1E2F41: hue angle of 210.86º degrees, saturation: 0.37, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #1E2F41 is Cyan = 0.54, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB304765-
CMYK0.540.2800.75
HSL210.86º36.84%18.63%-
HSV(B)210.86º53.85%25.49%-
XYZ2.512.695.39-
YUV43.97139.87118.04-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 21.13%
GREEN value IS 47 (18.75% from 255) = 33.10%
BLUE value IS 65 (25.78% from 255) = 45.77%
R=21.13%
G=33.10%
B=45.77%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3047650.540.2800.75210.8636.8418.63
Hex1E2F41361C04Bd32513
Octal3657101663401133234523
Binary11110101111100000111011011100010010111101001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E2F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E2F41; }

 p { color: rgb(30,47,65); }

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

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

 a { background-color: rgb(30,47,65); }

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

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

 span { border-color: rgb(30,47,65); }

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