#1D3049

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

Shades of Midnight #1D3049

Tints of Midnight #1D3049

Color information

#1D3049 (or 0x1D3049) is unknown color: approx Midnight. HEX triplet: 1D, 30 and 49. RGB value is (29,48,73). Sum of RGB (Red+Green+Blue) = 29+48+73=150 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.33% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 73 (28.91% from 255 or 48.67% from 150); Max value from RGB is 73 - color contains mainly: blue. Hex color #1D3049 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3049 is #E2CFB6. Grayscale: #2D2D2D. Windows color (decimal): -14864311 or 4796445. OLE color: 4796445.

HSL color Cylindrical-coordinate representation of color #1D3049: hue angle of 214.09º degrees, saturation: 0.43, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #1D3049 is Cyan = 0.60, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB294873-
CMYK0.600.3400.71
HSL214.09º43.14%20%-
HSV(B)214.09º60.27%28.63%-
XYZ2.772.866.71-
YUV45.17143.71116.47-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.33%
GREEN value IS 48 (19.14% from 255) = 32%
BLUE value IS 73 (28.91% from 255) = 48.67%
R=19.33%
G=32%
B=48.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2948730.600.3400.71214.0943.1420
Hex1D30493C22047d62b14
Octal3560111744201073265324
Binary111011100001001001111100100010010001111101011010101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3049

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,48,73); }

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

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

 a { background-color: rgb(29,48,73); }

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

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

 span { border-color: rgb(29,48,73); }

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