#1D293D

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

Shades of Midnight #1D293D

Tints of Midnight #1D293D

Color information

#1D293D (or 0x1D293D) is unknown color: approx Midnight. HEX triplet: 1D, 29 and 3D. RGB value is (29,41,61). Sum of RGB (Red+Green+Blue) = 29+41+61=131 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.14% from 131); Green value is 41 (16.41% from 255 or 31.30% from 131); Blue value is 61 (24.22% from 255 or 46.56% from 131); Max value from RGB is 61 - color contains mainly: blue. Hex color #1D293D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D293D is #E2D6C2. Grayscale: #272727. Windows color (decimal): -14866115 or 4008221. OLE color: 4008221.

HSL color Cylindrical-coordinate representation of color #1D293D: hue angle of 217.5º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1D293D is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB294161-
CMYK0.520.3300.76
HSL217.5º35.56%17.65%-
HSV(B)217.5º52.46%23.92%-
XYZ2.142.184.72-
YUV39.69140.02120.37-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 22.14%
GREEN value IS 41 (16.41% from 255) = 31.30%
BLUE value IS 61 (24.22% from 255) = 46.56%
R=22.14%
G=31.30%
B=46.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2941610.520.3300.76217.535.5617.65
Hex1D293D342104Cda2412
Octal355175644101143324422
Binary11101101001111101110100100001010011001101101010010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D293D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,41,61); }

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

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

 a { background-color: rgb(29,41,61); }

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

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

 span { border-color: rgb(29,41,61); }

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