Html Css Color HEX #1D2331 Midnight Express

📋 copy color: '#1D2331'

red 29 ◦ green 35 ◦ blue 49

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

Shades of Midnight Express #1D2331

Tints of Midnight Express #1D2331

RGB

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

 GREEN value IS 35 (14.06% from 255) = 30.97%

 BLUE value IS 49 (19.53% from 255) = 43.36%

R = 25.66%
G = 30.97%
B = 43.36%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#1D2331 (or 0x1D2331) is known color: Midnight Express. HEX triplet: 1D, 23 and 31. RGB value is (29,35,49). Sum of RGB (Red+Green+Blue) = 29+35+49=113 (14% of max value = 765). Red value is 29 (11.72% from 255 or 25.66% from 113); Green value is 35 (14.06% from 255 or 30.97% from 113); Blue value is 49 (19.53% from 255 or 43.36% from 113); Max value from RGB is 49 - color contains mainly: blue. Hex color #1D2331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2331 is #E2DCCE. Grayscale: #222222. Windows color (decimal): -14867663 or 3220253. OLE color: 3220253.

HSL color Cylindrical-coordinate representation of color #1D2331: hue angle of 222º degrees, saturation: 0.26, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #1D2331 is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 29 35 49 -
CMYK 0.41 0.29 0 0.81
HSL 222º 0.26% 0.15% -
HSV(B) 222º 0.41% 0.19% -
XYZ 1.66 1.69 3.14 -
YUV 34.8 136.01 123.86 -
System Red Green Blue C M Y K H S L
Decimal 29 35 49 0.41 0.29 0 0.81 222 0.26 0.15
Hex 1D 23 31 29 1D 0 51 DE 1A F
Octal 35 43 61 51 35 0 121 336 32 17
Binary 11101 100011 110001 101001 11101 0 1010001 11011110 11010 1111

Color Harmonies of #1D2331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2331

Black with #1D2331

Text Example


Text Example

White with #1D2331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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