Html Css Color HEX #18243A Midnight Express

📋 copy color: '#18243A'

red 24 ◦ green 36 ◦ blue 58

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

Shades of Midnight Express #18243A

Tints of Midnight Express #18243A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 30.51%

 BLUE value IS 58 (23.05% from 255) = 49.15%

R = 20.34%
G = 30.51%
B = 49.15%

CMYK

 C value IS 0.59

 M value IS 0.38

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#18243A (or 0x18243A) is known color: Midnight Express. HEX triplet: 18, 24 and 3A. RGB value is (24,36,58). Sum of RGB (Red+Green+Blue) = 24+36+58=118 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20.34% from 118); Green value is 36 (14.45% from 255 or 30.51% from 118); Blue value is 58 (23.05% from 255 or 49.15% from 118); Max value from RGB is 58 - color contains mainly: blue. Hex color #18243A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18243A is #E7DBC5. Grayscale: #222222. Windows color (decimal): -15195078 or 3810328. OLE color: 3810328.

HSL color Cylindrical-coordinate representation of color #18243A: hue angle of 218.82º degrees, saturation: 0.41, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #18243A is Cyan = 0.59, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 24 36 58 -
CMYK 0.59 0.38 0 0.77
HSL 218.82º 0.41% 0.16% -
HSV(B) 218.82º 0.59% 0.23% -
XYZ 1.77 1.76 4.25 -
YUV 34.92 141.02 120.21 -
System Red Green Blue C M Y K H S L
Decimal 24 36 58 0.59 0.38 0 0.77 218.82 0.41 0.16
Hex 18 24 3A 3B 26 0 4D DB 29 10
Octal 30 44 72 73 46 0 115 333 51 20
Binary 11000 100100 111010 111011 100110 0 1001101 11011011 101001 10000

Color Harmonies of #18243A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18243A

Black with #18243A

Text Example


Text Example

White with #18243A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18243A; }

 p { color: rgb(24,36,58); }

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

background-color css

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

 a { background-color: rgb(24,36,58); }

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

border-color css

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

 span { border-color: rgb(24,36,58); }

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