Html Css Color HEX #1D2432 Midnight Express

📋 copy color: '#1D2432'

red 29 ◦ green 36 ◦ blue 50

#1D2432
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #1D2432

Tints of Midnight Express #1D2432

RGB

 RED value IS 29 (11.72% from 255) = 25.22%

 GREEN value IS 36 (14.45% from 255) = 31.3%

 BLUE value IS 50 (19.92% from 255) = 43.48%

R = 25.22%
G = 31.3%
B = 43.48%

CMYK

 C value IS 0.42

 M value IS 0.28

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#1D2432 (or 0x1D2432) is known color: Midnight Express. HEX triplet: 1D, 24 and 32. RGB value is (29,36,50). Sum of RGB (Red+Green+Blue) = 29+36+50=115 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25.22% from 115); Green value is 36 (14.45% from 255 or 31.30% from 115); Blue value is 50 (19.92% from 255 or 43.48% from 115); Max value from RGB is 50 - color contains mainly: blue. Hex color #1D2432 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2432 is #E2DBCD. Grayscale: #232323. Windows color (decimal): -14867406 or 3286045. OLE color: 3286045.

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

Color convert

RGB 29 36 50 -
CMYK 0.42 0.28 0 0.80
HSL 220º 0.27% 0.15% -
HSV(B) 220º 0.42% 0.2% -
XYZ 1.71 1.75 3.27 -
YUV 35.5 136.18 123.36 -
System Red Green Blue C M Y K H S L
Decimal 29 36 50 0.42 0.28 0 0.80 220 0.27 0.15
Hex 1D 24 32 2A 1C 0 50 DC 1B F
Octal 35 44 62 52 34 0 120 334 33 17
Binary 11101 100100 110010 101010 11100 0 1010000 11011100 11011 1111

Color Harmonies of #1D2432

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2432

Black with #1D2432

Text Example


Text Example

White with #1D2432

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,36,50); }

 H1.HeaderClassName
 {
   color: #1D2432;
 }
 .AnyTagClassName
 {
   color: #1D2432;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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