Html Css Color HEX #181F2F Midnight Express

📋 copy color: '#181F2F'

red 24 ◦ green 31 ◦ blue 47

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

Shades of Midnight Express #181F2F

Tints of Midnight Express #181F2F

RGB

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

 GREEN value IS 31 (12.5% from 255) = 30.39%

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

R = 23.53%
G = 30.39%
B = 46.08%

CMYK

 C value IS 0.49

 M value IS 0.34

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#181F2F (or 0x181F2F) is known color: Midnight Express. HEX triplet: 18, 1F and 2F. RGB value is (24,31,47). Sum of RGB (Red+Green+Blue) = 24+31+47=102 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.53% from 102); Green value is 31 (12.5% from 255 or 30.39% from 102); Blue value is 47 (18.75% from 255 or 46.08% from 102); Max value from RGB is 47 - color contains mainly: blue. Hex color #181F2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #181F2F is #E7E0D0. Grayscale: #1E1E1E. Windows color (decimal): -15196369 or 3088152. OLE color: 3088152.

HSL color Cylindrical-coordinate representation of color #181F2F: hue angle of 221.74º 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 #181F2F is Cyan = 0.49, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 24 31 47 -
CMYK 0.49 0.34 0 0.82
HSL 221.74º 0.32% 0.14% -
HSV(B) 221.74º 0.49% 0.18% -
XYZ 1.38 1.38 2.88 -
YUV 30.73 137.18 123.2 -
System Red Green Blue C M Y K H S L
Decimal 24 31 47 0.49 0.34 0 0.82 221.74 0.32 0.14
Hex 18 1F 2F 31 22 0 52 DE 20 E
Octal 30 37 57 61 42 0 122 336 40 16
Binary 11000 11111 101111 110001 100010 0 1010010 11011110 100000 1110

Color Harmonies of #181F2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #181F2F

Black with #181F2F

Text Example


Text Example

White with #181F2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #181F2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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