#1D223D

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

Shades of Midnight Express #1D223D

Tints of Midnight Express #1D223D

Color information

#1D223D (or 0x1D223D) is unknown color: approx Midnight Express. HEX triplet: 1D, 22 and 3D. RGB value is (29,34,61). Sum of RGB (Red+Green+Blue) = 29+34+61=124 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.39% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 61 (24.22% from 255 or 49.19% from 124); Max value from RGB is 61 - color contains mainly: blue. Hex color #1D223D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D223D is #E2DDC2. Grayscale: #232323. Windows color (decimal): -14867907 or 4006429. OLE color: 4006429.

HSL color Cylindrical-coordinate representation of color #1D223D: hue angle of 230.62º degrees, saturation: 0.36, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1D223D is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB293461-
CMYK0.520.4400.76
HSL230.62º35.56%17.65%-
HSV(B)230.62º52.46%23.92%-
XYZ1.921.744.65-
YUV35.58142.34123.3-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.39%
GREEN value IS 34 (13.67% from 255) = 27.42%
BLUE value IS 61 (24.22% from 255) = 49.19%
R=23.39%
G=27.42%
B=49.19%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2934610.520.4400.76230.6235.5617.65
Hex1D223D342C04Ce72412
Octal354275645401143474422
Binary11101100010111101110100101100010011001110011110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D223D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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