#1D2131

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

Shades of Midnight Express #1D2131

Tints of Midnight Express #1D2131

Color information

#1D2131 (or 0x1D2131) is unknown color: approx Midnight Express. HEX triplet: 1D, 21 and 31. RGB value is (29,33,49). Sum of RGB (Red+Green+Blue) = 29+33+49=111 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.13% from 111); Green value is 33 (13.28% from 255 or 29.73% from 111); Blue value is 49 (19.53% from 255 or 44.14% from 111); Max value from RGB is 49 - color contains mainly: blue. Hex color #1D2131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2131 is #E2DECE. Grayscale: #212121. Windows color (decimal): -14868175 or 3219741. OLE color: 3219741.

HSL color Cylindrical-coordinate representation of color #1D2131: hue angle of 228º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1D2131 is Cyan = 0.41, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB293349-
CMYK0.410.3300.81
HSL228º25.64%15.29%-
HSV(B)228º40.82%19.22%-
XYZ1.61.573.12-
YUV33.63136.67124.7-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 26.13%
GREEN value IS 33 (13.28% from 255) = 29.73%
BLUE value IS 49 (19.53% from 255) = 44.14%
R=26.13%
G=29.73%
B=44.14%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2933490.410.3300.8122825.6415.29
Hex1D21312921051e41af
Octal354161514101213443217
Binary111011000011100011010011000010101000111100100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,33,49); }

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

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

 a { background-color: rgb(29,33,49); }

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

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

 span { border-color: rgb(29,33,49); }

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