Html Css Color HEX #18243C Midnight Express

📋 copy color: '#18243C'

red 24 ◦ green 36 ◦ blue 60

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

Shades of Midnight Express #18243C

Tints of Midnight Express #18243C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 50%

R = 20%
G = 30%
B = 50%

CMYK

 C value IS 0.60

 M value IS 0.40

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#18243C (or 0x18243C) is known color: Midnight Express. HEX triplet: 18, 24 and 3C. RGB value is (24,36,60). Sum of RGB (Red+Green+Blue) = 24+36+60=120 (15% of max value = 765). Red value is 24 (9.77% from 255 or 20% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 60 (23.83% from 255 or 50% from 120); Max value from RGB is 60 - color contains mainly: blue. Hex color #18243C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18243C is #E7DBC3. Grayscale: #232323. Windows color (decimal): -15195076 or 3941400. OLE color: 3941400.

HSL color Cylindrical-coordinate representation of color #18243C: hue angle of 220º degrees, saturation: 0.43, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #18243C is Cyan = 0.60, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 24 36 60 -
CMYK 0.60 0.40 0 0.76
HSL 220º 0.43% 0.16% -
HSV(B) 220º 0.6% 0.24% -
XYZ 1.82 1.78 4.52 -
YUV 35.15 142.02 120.05 -
System Red Green Blue C M Y K H S L
Decimal 24 36 60 0.60 0.40 0 0.76 220 0.43 0.16
Hex 18 24 3C 3C 28 0 4C DC 2B 10
Octal 30 44 74 74 50 0 114 334 53 20
Binary 11000 100100 111100 111100 101000 0 1001100 11011100 101011 10000

Color Harmonies of #18243C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18243C

Black with #18243C

Text Example


Text Example

White with #18243C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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