Html Css Color HEX #1D2230 Midnight Express

📋 copy color: '#1D2230'

red 29 ◦ green 34 ◦ blue 48

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

Shades of Midnight Express #1D2230

Tints of Midnight Express #1D2230

RGB

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

 GREEN value IS 34 (13.67% from 255) = 30.63%

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

R = 26.13%
G = 30.63%
B = 43.24%

CMYK

 C value IS 0.40

 M value IS 0.29

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#1D2230 (or 0x1D2230) is known color: Midnight Express. HEX triplet: 1D, 22 and 30. RGB value is (29,34,48). Sum of RGB (Red+Green+Blue) = 29+34+48=111 (14% of max value = 765). Red value is 29 (11.72% from 255 or 26.13% from 111); Green value is 34 (13.67% from 255 or 30.63% from 111); Blue value is 48 (19.14% from 255 or 43.24% from 111); Max value from RGB is 48 - color contains mainly: blue. Hex color #1D2230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1D2230 is #E2DDCF. Grayscale: #222222. Windows color (decimal): -14867920 or 3154461. OLE color: 3154461.

HSL color Cylindrical-coordinate representation of color #1D2230: hue angle of 224.21º 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 #1D2230 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 29 34 48 -
CMYK 0.40 0.29 0 0.81
HSL 224.21º 0.25% 0.15% -
HSV(B) 224.21º 0.4% 0.19% -
XYZ 1.61 1.62 3.02 -
YUV 34.1 135.84 124.36 -
System Red Green Blue C M Y K H S L
Decimal 29 34 48 0.40 0.29 0 0.81 224.21 0.25 0.15
Hex 1D 22 30 28 1D 0 51 E0 19 F
Octal 35 42 60 50 35 0 121 340 31 17
Binary 11101 100010 110000 101000 11101 0 1010001 11100000 11001 1111

Color Harmonies of #1D2230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2230

Black with #1D2230

Text Example


Text Example

White with #1D2230

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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