Html Css Color HEX #1F242E Midnight Express

📋 copy color: '#1F242E'

red 31 ◦ green 36 ◦ blue 46

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

Shades of Midnight Express #1F242E

Tints of Midnight Express #1F242E

RGB

 RED value IS 31 (12.5% from 255) = 27.43%

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

 BLUE value IS 46 (18.36% from 255) = 40.71%

R = 27.43%
G = 31.86%
B = 40.71%

CMYK

 C value IS 0.33

 M value IS 0.22

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#1F242E (or 0x1F242E) is known color: Midnight Express. HEX triplet: 1F, 24 and 2E. RGB value is (31,36,46). Sum of RGB (Red+Green+Blue) = 31+36+46=113 (14% of max value = 765). Red value is 31 (12.5% from 255 or 27.43% from 113); Green value is 36 (14.45% from 255 or 31.86% from 113); Blue value is 46 (18.36% from 255 or 40.71% from 113); Max value from RGB is 46 - color contains mainly: blue. Hex color #1F242E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F242E is #E0DBD1. Grayscale: #232323. Windows color (decimal): -14736338 or 3023903. OLE color: 3023903.

HSL color Cylindrical-coordinate representation of color #1F242E: hue angle of 220º degrees, saturation: 0.19, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #1F242E is Cyan = 0.33, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 31 36 46 -
CMYK 0.33 0.22 0 0.82
HSL 220º 0.19% 0.15% -
HSV(B) 220º 0.33% 0.18% -
XYZ 1.69 1.75 2.83 -
YUV 35.65 133.84 124.69 -
System Red Green Blue C M Y K H S L
Decimal 31 36 46 0.33 0.22 0 0.82 220 0.19 0.15
Hex 1F 24 2E 21 16 0 52 DC 13 F
Octal 37 44 56 41 26 0 122 334 23 17
Binary 11111 100100 101110 100001 10110 0 1010010 11011100 10011 1111

Color Harmonies of #1F242E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F242E

Black with #1F242E

Text Example


Text Example

White with #1F242E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F242E; }

 p { color: rgb(31,36,46); }

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

background-color css

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

 a { background-color: rgb(31,36,46); }

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

border-color css

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

 span { border-color: rgb(31,36,46); }

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