#1D2334

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

Shades of Midnight Express #1D2334

Tints of Midnight Express #1D2334

Color information

#1D2334 (or 0x1D2334) is unknown color: approx Midnight Express. HEX triplet: 1D, 23 and 34. RGB value is (29,35,52). Sum of RGB (Red+Green+Blue) = 29+35+52=116 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25% from 116); Green value is 35 (14.06% from 255 or 30.17% from 116); Blue value is 52 (20.70% from 255 or 44.83% from 116); Max value from RGB is 52 - color contains mainly: blue. Hex color #1D2334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2334 is #E2DCCB. Grayscale: #232323. Windows color (decimal): -14867660 or 3416861. OLE color: 3416861.

HSL color Cylindrical-coordinate representation of color #1D2334: hue angle of 224.35º degrees, saturation: 0.28, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #1D2334 is Cyan = 0.44, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB293552-
CMYK0.440.3300.80
HSL224.35º28.4%15.88%-
HSV(B)224.35º44.23%20.39%-
XYZ1.731.713.49-
YUV35.14137.51123.62-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 25%
GREEN value IS 35 (14.06% from 255) = 30.17%
BLUE value IS 52 (20.70% from 255) = 44.83%
R=25%
G=30.17%
B=44.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2935520.440.3300.80224.3528.415.88
Hex1D23342C21050e01c10
Octal354364544101203403420
Binary1110110001111010010110010000101010000111000001110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D2334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,35,52); }

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

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

 a { background-color: rgb(29,35,52); }

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

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

 span { border-color: rgb(29,35,52); }

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