#1D3048

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

Shades of Midnight #1D3048

Tints of Midnight #1D3048

Color information

#1D3048 (or 0x1D3048) is unknown color: approx Midnight. HEX triplet: 1D, 30 and 48. RGB value is (29,48,72). Sum of RGB (Red+Green+Blue) = 29+48+72=149 (19% of max value = 765). Red value is 29 (11.72% from 255 or 19.46% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 72 (28.52% from 255 or 48.32% from 149); Max value from RGB is 72 - color contains mainly: blue. Hex color #1D3048 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D3048 is #E2CFB7. Grayscale: #2C2C2C. Windows color (decimal): -14864312 or 4730909. OLE color: 4730909.

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

Color convert

RGB294872-
CMYK0.600.3300.72
HSL213.49º42.57%19.8%-
HSV(B)213.49º59.72%28.24%-
XYZ2.732.846.54-
YUV45.05143.21116.55-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 19.46%
GREEN value IS 48 (19.14% from 255) = 32.21%
BLUE value IS 72 (28.52% from 255) = 48.32%
R=19.46%
G=32.21%
B=48.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2948720.600.3300.72213.4942.5719.8
Hex1D30483C21048d52b14
Octal3560110744101103255324
Binary111011100001001000111100100001010010001101010110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D3048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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