Html Css Color HEX #1D2330 Midnight Express

📋 copy color: '#1D2330'

red 29 ◦ green 35 ◦ blue 48

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

Shades of Midnight Express #1D2330

Tints of Midnight Express #1D2330

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 42.86%

R = 25.89%
G = 31.25%
B = 42.86%

CMYK

 C value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#1D2330 (or 0x1D2330) is known color: Midnight Express. HEX triplet: 1D, 23 and 30. RGB value is (29,35,48). Sum of RGB (Red+Green+Blue) = 29+35+48=112 (14% of max value = 765). Red value is 29 (11.72% from 255 or 25.89% from 112); Green value is 35 (14.06% from 255 or 31.25% from 112); Blue value is 48 (19.14% from 255 or 42.86% from 112); Max value from RGB is 48 - color contains mainly: blue. Hex color #1D2330 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2330 is #E2DCCF. Grayscale: #222222. Windows color (decimal): -14867664 or 3154717. OLE color: 3154717.

HSL color Cylindrical-coordinate representation of color #1D2330: hue angle of 221.05º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1D2330 is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 29 35 48 -
CMYK 0.40 0.27 0 0.81
HSL 221.05º 0.25% 0.15% -
HSV(B) 221.05º 0.4% 0.19% -
XYZ 1.64 1.68 3.03 -
YUV 34.69 135.51 123.94 -
System Red Green Blue C M Y K H S L
Decimal 29 35 48 0.40 0.27 0 0.81 221.05 0.25 0.15
Hex 1D 23 30 28 1B 0 51 DD 19 F
Octal 35 43 60 50 33 0 121 335 31 17
Binary 11101 100011 110000 101000 11011 0 1010001 11011101 11001 1111

Color Harmonies of #1D2330

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2330

Black with #1D2330

Text Example


Text Example

White with #1D2330

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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