#1D2938

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

Shades of Midnight #1D2938

Tints of Midnight #1D2938

Color information

#1D2938 (or 0x1D2938) is unknown color: approx Midnight. HEX triplet: 1D, 29 and 38. RGB value is (29,41,56). Sum of RGB (Red+Green+Blue) = 29+41+56=126 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.02% from 126); Green value is 41 (16.41% from 255 or 32.54% from 126); Blue value is 56 (22.27% from 255 or 44.44% from 126); Max value from RGB is 56 - color contains mainly: blue. Hex color #1D2938 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2938 is #E2D6C7. Grayscale: #272727. Windows color (decimal): -14866120 or 3680541. OLE color: 3680541.

HSL color Cylindrical-coordinate representation of color #1D2938: hue angle of 213.33º degrees, saturation: 0.32, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #1D2938 is Cyan = 0.48, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB294156-
CMYK0.480.2700.78
HSL213.33º31.76%16.67%-
HSV(B)213.33º48.21%21.96%-
XYZ2.012.134.05-
YUV39.12137.52120.78-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.02%
GREEN value IS 41 (16.41% from 255) = 32.54%
BLUE value IS 56 (22.27% from 255) = 44.44%
R=23.02%
G=32.54%
B=44.44%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal2941560.480.2700.78213.3331.7616.67
Hex1D2938301B04Ed52011
Octal355170603301163254021
Binary1110110100111100011000011011010011101101010110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2938

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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