Html Css Color HEX #18202F Midnight Express

📋 copy color: '#18202F'

red 24 ◦ green 32 ◦ blue 47

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

Shades of Midnight Express #18202F

Tints of Midnight Express #18202F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 45.63%

R = 23.3%
G = 31.07%
B = 45.63%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#18202F (or 0x18202F) is known color: Midnight Express. HEX triplet: 18, 20 and 2F. RGB value is (24,32,47). Sum of RGB (Red+Green+Blue) = 24+32+47=103 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.30% from 103); Green value is 32 (12.89% from 255 or 31.07% from 103); Blue value is 47 (18.75% from 255 or 45.63% from 103); Max value from RGB is 47 - color contains mainly: blue. Hex color #18202F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18202F is #E7DFD0. Grayscale: #1F1F1F. Windows color (decimal): -15196113 or 3088408. OLE color: 3088408.

HSL color Cylindrical-coordinate representation of color #18202F: hue angle of 219.13º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #18202F is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 24 32 47 -
CMYK 0.49 0.32 0 0.82
HSL 219.13º 0.32% 0.14% -
HSV(B) 219.13º 0.49% 0.18% -
XYZ 1.41 1.43 2.89 -
YUV 31.32 136.85 122.78 -
System Red Green Blue C M Y K H S L
Decimal 24 32 47 0.49 0.32 0 0.82 219.13 0.32 0.14
Hex 18 20 2F 31 20 0 52 DB 20 E
Octal 30 40 57 61 40 0 122 333 40 16
Binary 11000 100000 101111 110001 100000 0 1010010 11011011 100000 1110

Color Harmonies of #18202F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #18202F

Black with #18202F

Text Example


Text Example

White with #18202F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #18202F; }

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

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

background-color css

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

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

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

border-color css

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

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

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