#1d1d3b

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

Shades of Midnight Express #1D1D3B

Tints of Midnight Express #1D1D3B

Color information

#1D1D3B (or 0x1D1D3B) is unknown color: approx Midnight Express. HEX triplet: 1D, 1D and 3B. RGB value is (29,29,59). Sum of RGB (Red+Green+Blue) = 29+29+59=117 (15% of max value = 765). Red value is 29 (11.72% from 255 or 24.79% from 117); Green value is 29 (11.72% from 255 or 24.79% from 117); Blue value is 59 (23.44% from 255 or 50.43% from 117); Max value from RGB is 59 - color contains mainly: blue. Hex color #1D1D3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D1D3B is #E2E2C4. Grayscale: #202020. Windows color (decimal): -14869189 or 3874077. OLE color: 3874077.

HSL color Cylindrical-coordinate representation of color #1D1D3B: hue angle of 240º degrees, saturation: 0.34, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #1D1D3B is Cyan = 0.51, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB292959-
CMYK0.510.5100.77
HSL240º34.09%17.25%-
HSV(B)240º50.85%23.14%-
XYZ1.741.464.33-
YUV32.42143125.56-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 24.79%
GREEN value IS 29 (11.72% from 255) = 24.79%
BLUE value IS 59 (23.44% from 255) = 50.43%
R=24.79%
G=24.79%
B=50.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2929590.510.5100.7724034.0917.25
Hex1D1D3B333304Df02211
Octal353573636301153604221
Binary1110111101111011110011110011010011011111000010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1d1d3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,29,59); }

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

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

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

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

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

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

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