#1D223C

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

Shades of Midnight Express #1D223C

Tints of Midnight Express #1D223C

Color information

#1D223C (or 0x1D223C) is unknown color: approx Midnight Express. HEX triplet: 1D, 22 and 3C. RGB value is (29,34,60). Sum of RGB (Red+Green+Blue) = 29+34+60=123 (16% of max value = 765). Red value is 29 (11.72% from 255 or 23.58% from 123); Green value is 34 (13.67% from 255 or 27.64% from 123); Blue value is 60 (23.83% from 255 or 48.78% from 123); Max value from RGB is 60 - color contains mainly: blue. Hex color #1D223C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D223C is #E2DDC3. Grayscale: #232323. Windows color (decimal): -14867908 or 3940893. OLE color: 3940893.

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

Color convert

RGB293460-
CMYK0.520.4300.76
HSL230.32º34.83%17.45%-
HSV(B)230.32º51.67%23.53%-
XYZ1.891.734.51-
YUV35.47141.84123.39-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 23.58%
GREEN value IS 34 (13.67% from 255) = 27.64%
BLUE value IS 60 (23.83% from 255) = 48.78%
R=23.58%
G=27.64%
B=48.78%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2934600.520.4300.76230.3234.8317.45
Hex1D223C342B04Ce62311
Octal354274645301143464321
Binary11101100010111100110100101011010011001110011010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D223C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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