#1D232E

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

Shades of Midnight Express #1D232E

Tints of Midnight Express #1D232E

Color information

#1D232E (or 0x1D232E) is unknown color: approx Midnight Express. HEX triplet: 1D, 23 and 2E. RGB value is (29,35,46). Sum of RGB (Red+Green+Blue) = 29+35+46=110 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.36% from 110); Green value is 35 (14.06% from 255 or 31.82% from 110); Blue value is 46 (18.36% from 255 or 41.82% from 110); Max value from RGB is 46 - color contains mainly: blue. Hex color #1D232E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D232E is #E2DCD1. Grayscale: #222222. Windows color (decimal): -14867666 or 3023645. OLE color: 3023645.

HSL color Cylindrical-coordinate representation of color #1D232E: hue angle of 218.82º degrees, saturation: 0.23, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #1D232E is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB293546-
CMYK0.370.2400.82
HSL218.82º22.67%14.71%-
HSV(B)218.82º36.96%18.04%-
XYZ1.61.662.82-
YUV34.46134.51124.11-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 26.36%
GREEN value IS 35 (14.06% from 255) = 31.82%
BLUE value IS 46 (18.36% from 255) = 41.82%
R=26.36%
G=31.82%
B=41.82%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2935460.370.2400.82218.8222.6714.71
Hex1D232E2518052db17f
Octal354356453001223332717
Binary11101100011101110100101110000101001011011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D232E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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