Html Css Color HEX #182232 Midnight Express

📋 copy color: '#182232'

red 24 ◦ green 34 ◦ blue 50

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

Shades of Midnight Express #182232

Tints of Midnight Express #182232

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 46.3%

R = 22.22%
G = 31.48%
B = 46.3%

CMYK

 C value IS 0.52

 M value IS 0.32

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#182232 (or 0x182232) is known color: Midnight Express. HEX triplet: 18, 22 and 32. RGB value is (24,34,50). Sum of RGB (Red+Green+Blue) = 24+34+50=108 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.22% from 108); Green value is 34 (13.67% from 255 or 31.48% from 108); Blue value is 50 (19.92% from 255 or 46.30% from 108); Max value from RGB is 50 - color contains mainly: blue. Hex color #182232 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182232 is #E7DDCD. Grayscale: #202020. Windows color (decimal): -15195598 or 3285528. OLE color: 3285528.

HSL color Cylindrical-coordinate representation of color #182232: hue angle of 216.92º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #182232 is Cyan = 0.52, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 24 34 50 -
CMYK 0.52 0.32 0 0.80
HSL 216.92º 0.35% 0.15% -
HSV(B) 216.92º 0.52% 0.2% -
XYZ 1.52 1.57 3.24 -
YUV 32.83 137.69 121.7 -
System Red Green Blue C M Y K H S L
Decimal 24 34 50 0.52 0.32 0 0.80 216.92 0.35 0.15
Hex 18 22 32 34 20 0 50 D9 23 F
Octal 30 42 62 64 40 0 120 331 43 17
Binary 11000 100010 110010 110100 100000 0 1010000 11011001 100011 1111

Color Harmonies of #182232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182232

Black with #182232

Text Example


Text Example

White with #182232

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182232; }

 p { color: rgb(24,34,50); }

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

background-color css

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

 a { background-color: rgb(24,34,50); }

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

border-color css

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

 span { border-color: rgb(24,34,50); }

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