Html Css Color HEX #182334 Midnight Express

📋 copy color: '#182334'

red 24 ◦ green 35 ◦ blue 52

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

Shades of Midnight Express #182334

Tints of Midnight Express #182334

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 46.85%

R = 21.62%
G = 31.53%
B = 46.85%

CMYK

 C value IS 0.54

 M value IS 0.33

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#182334 (or 0x182334) is known color: Midnight Express. HEX triplet: 18, 23 and 34. RGB value is (24,35,52). Sum of RGB (Red+Green+Blue) = 24+35+52=111 (14% of max value = 765). Red value is 24 (9.77% from 255 or 21.62% from 111); Green value is 35 (14.06% from 255 or 31.53% from 111); Blue value is 52 (20.70% from 255 or 46.85% from 111); Max value from RGB is 52 - color contains mainly: blue. Hex color #182334 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182334 is #E7DCCB. Grayscale: #212121. Windows color (decimal): -15195340 or 3416856. OLE color: 3416856.

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

Color convert

RGB 24 35 52 -
CMYK 0.54 0.33 0 0.80
HSL 216.43º 0.37% 0.15% -
HSV(B) 216.43º 0.54% 0.2% -
XYZ 1.6 1.64 3.48 -
YUV 33.65 138.36 121.12 -
System Red Green Blue C M Y K H S L
Decimal 24 35 52 0.54 0.33 0 0.80 216.43 0.37 0.15
Hex 18 23 34 36 21 0 50 D8 25 F
Octal 30 43 64 66 41 0 120 330 45 17
Binary 11000 100011 110100 110110 100001 0 1010000 11011000 100101 1111

Color Harmonies of #182334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #182334

Black with #182334

Text Example


Text Example

White with #182334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #182334; }

 p { color: rgb(24,35,52); }

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

background-color css

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

 a { background-color: rgb(24,35,52); }

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

border-color css

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

 span { border-color: rgb(24,35,52); }

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