#1D2231

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

Shades of Midnight Express #1D2231

Tints of Midnight Express #1D2231

Color information

#1D2231 (or 0x1D2231) is unknown color: approx Midnight Express. HEX triplet: 1D, 22 and 31. RGB value is (29,34,49). Sum of RGB (Red+Green+Blue) = 29+34+49=112 (14% of max value = 765). Red value is 29 (11.72% from 255 or 25.89% from 112); Green value is 34 (13.67% from 255 or 30.36% from 112); Blue value is 49 (19.53% from 255 or 43.75% from 112); Max value from RGB is 49 - color contains mainly: blue. Hex color #1D2231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2231 is #E2DDCE. Grayscale: #222222. Windows color (decimal): -14867919 or 3219997. OLE color: 3219997.

HSL color Cylindrical-coordinate representation of color #1D2231: hue angle of 225º 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 #1D2231 is Cyan = 0.41, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB293449-
CMYK0.410.3100.81
HSL225º25.64%15.29%-
HSV(B)225º40.82%19.22%-
XYZ1.631.633.13-
YUV34.21136.34124.28-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 25.89%
GREEN value IS 34 (13.67% from 255) = 30.36%
BLUE value IS 49 (19.53% from 255) = 43.75%
R=25.89%
G=30.36%
B=43.75%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2934490.410.3100.8122525.6415.29
Hex1D2231291F051e11af
Octal354261513701213413217
Binary11101100010110001101001111110101000111100001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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