Html Css Color HEX #182031 Midnight Express

📋 copy color: '#182031'

red 24 ◦ green 32 ◦ blue 49

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

Shades of Midnight Express #182031

Tints of Midnight Express #182031

RGB

 RED value IS 24 (9.77% from 255) = 22.86%

 GREEN value IS 32 (12.89% from 255) = 30.48%

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

R = 22.86%
G = 30.48%
B = 46.67%

CMYK

 C value IS 0.51

 M value IS 0.35

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#182031 (or 0x182031) is known color: Midnight Express. HEX triplet: 18, 20 and 31. RGB value is (24,32,49). Sum of RGB (Red+Green+Blue) = 24+32+49=105 (13% of max value = 765). Red value is 24 (9.77% from 255 or 22.86% from 105); Green value is 32 (12.89% from 255 or 30.48% from 105); Blue value is 49 (19.53% from 255 or 46.67% from 105); Max value from RGB is 49 - color contains mainly: blue. Hex color #182031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182031 is #E7DFCE. Grayscale: #1F1F1F. Windows color (decimal): -15196111 or 3219480. OLE color: 3219480.

HSL color Cylindrical-coordinate representation of color #182031: hue angle of 220.8º degrees, saturation: 0.34, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #182031 is Cyan = 0.51, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 24 32 49 -
CMYK 0.51 0.35 0 0.81
HSL 220.8º 0.34% 0.14% -
HSV(B) 220.8º 0.51% 0.19% -
XYZ 1.45 1.45 3.11 -
YUV 31.55 137.85 122.62 -
System Red Green Blue C M Y K H S L
Decimal 24 32 49 0.51 0.35 0 0.81 220.8 0.34 0.14
Hex 18 20 31 33 23 0 51 DD 22 E
Octal 30 40 61 63 43 0 121 335 42 16
Binary 11000 100000 110001 110011 100011 0 1010001 11011101 100010 1110

Color Harmonies of #182031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182031

Black with #182031

Text Example


Text Example

White with #182031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182031; }

 p { color: rgb(24,32,49); }

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

background-color css

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

 a { background-color: rgb(24,32,49); }

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

border-color css

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

 span { border-color: rgb(24,32,49); }

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