Html Css Color HEX #1D1D39 Midnight Express

📋 copy color: '#1D1D39'

red 29 ◦ green 29 ◦ blue 57

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

Shades of Midnight Express #1D1D39

Tints of Midnight Express #1D1D39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 49.57%

R = 25.22%
G = 25.22%
B = 49.57%

CMYK

 C value IS 0.49

 M value IS 0.49

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#1D1D39 (or 0x1D1D39) is known color: Midnight Express. HEX triplet: 1D, 1D and 39. RGB value is (29,29,57). Sum of RGB (Red+Green+Blue) = 29+29+57=115 (15% of max value = 765). Red value is 29 (11.72% from 255 or 25.22% from 115); Green value is 29 (11.72% from 255 or 25.22% from 115); Blue value is 57 (22.66% from 255 or 49.57% from 115); Max value from RGB is 57 - color contains mainly: blue. Hex color #1D1D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D1D39 is #E2E2C6. Grayscale: #202020. Windows color (decimal): -14869191 or 3743005. OLE color: 3743005.

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

Color convert

RGB 29 29 57 -
CMYK 0.49 0.49 0 0.78
HSL 240º 0.33% 0.17% -
HSV(B) 240º 0.49% 0.22% -
XYZ 1.68 1.44 4.06 -
YUV 32.19 142 125.72 -
System Red Green Blue C M Y K H S L
Decimal 29 29 57 0.49 0.49 0 0.78 240 0.33 0.17
Hex 1D 1D 39 31 31 0 4E F0 21 11
Octal 35 35 71 61 61 0 116 360 41 21
Binary 11101 11101 111001 110001 110001 0 1001110 11110000 100001 10001

Color Harmonies of #1D1D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1D39

Black with #1D1D39

Text Example


Text Example

White with #1D1D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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