Html Css Color HEX #1F2331 Midnight Express

📋 copy color: '#1F2331'

red 31 ◦ green 35 ◦ blue 49

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

Shades of Midnight Express #1F2331

Tints of Midnight Express #1F2331

RGB

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

 GREEN value IS 35 (14.06% from 255) = 30.43%

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

R = 26.96%
G = 30.43%
B = 42.61%

CMYK

 C value IS 0.37

 M value IS 0.29

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#1F2331 (or 0x1F2331) is known color: Midnight Express. HEX triplet: 1F, 23 and 31. RGB value is (31,35,49). Sum of RGB (Red+Green+Blue) = 31+35+49=115 (15% of max value = 765). Red value is 31 (12.5% from 255 or 26.96% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 49 (19.53% from 255 or 42.61% from 115); Max value from RGB is 49 - color contains mainly: blue. Hex color #1F2331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1F2331 is #E0DCCE. Grayscale: #232323. Windows color (decimal): -14736591 or 3220255. OLE color: 3220255.

HSL color Cylindrical-coordinate representation of color #1F2331: hue angle of 226.67º 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 #1F2331 is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 31 35 49 -
CMYK 0.37 0.29 0 0.81
HSL 226.67º 0.23% 0.16% -
HSV(B) 226.67º 0.37% 0.19% -
XYZ 1.72 1.72 3.15 -
YUV 35.4 135.67 124.86 -
System Red Green Blue C M Y K H S L
Decimal 31 35 49 0.37 0.29 0 0.81 226.67 0.23 0.16
Hex 1F 23 31 25 1D 0 51 E3 16 10
Octal 37 43 61 45 35 0 121 343 26 20
Binary 11111 100011 110001 100101 11101 0 1010001 11100011 10110 10000

Color Harmonies of #1F2331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F2331

Black with #1F2331

Text Example


Text Example

White with #1F2331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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