Html Css Color HEX #1F2531 Midnight Express

📋 copy color: '#1F2531'

red 31 ◦ green 37 ◦ blue 49

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

Shades of Midnight Express #1F2531

Tints of Midnight Express #1F2531

RGB

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

 GREEN value IS 37 (14.84% from 255) = 31.62%

 BLUE value IS 49 (19.53% from 255) = 41.88%

R = 26.5%
G = 31.62%
B = 41.88%

CMYK

 C value IS 0.37

 M value IS 0.24

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#1F2531 (or 0x1F2531) is known color: Midnight Express. HEX triplet: 1F, 25 and 31. RGB value is (31,37,49). Sum of RGB (Red+Green+Blue) = 31+37+49=117 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.50% from 117); Green value is 37 (14.84% from 255 or 31.62% from 117); Blue value is 49 (19.53% from 255 or 41.88% from 117); Max value from RGB is 49 - color contains mainly: blue. Hex color #1F2531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2531 is #E0DACE. Grayscale: #242424. Windows color (decimal): -14736079 or 3220767. OLE color: 3220767.

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

Color convert

RGB 31 37 49 -
CMYK 0.37 0.24 0 0.81
HSL 220º 0.23% 0.16% -
HSV(B) 220º 0.37% 0.19% -
XYZ 1.78 1.84 3.17 -
YUV 36.57 135.01 124.02 -
System Red Green Blue C M Y K H S L
Decimal 31 37 49 0.37 0.24 0 0.81 220 0.23 0.16
Hex 1F 25 31 25 18 0 51 DC 16 10
Octal 37 45 61 45 30 0 121 334 26 20
Binary 11111 100101 110001 100101 11000 0 1010001 11011100 10110 10000

Color Harmonies of #1F2531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2531

Black with #1F2531

Text Example


Text Example

White with #1F2531

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,37,49); }

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

background-color css

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

 a { background-color: rgb(31,37,49); }

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

border-color css

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

 span { border-color: rgb(31,37,49); }

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