Html Css Color HEX #191F31 Midnight Express

📋 copy color: '#191F31'

red 25 ◦ green 31 ◦ blue 49

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

Shades of Midnight Express #191F31

Tints of Midnight Express #191F31

RGB

 RED value IS 25 (10.16% from 255) = 23.81%

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

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

R = 23.81%
G = 29.52%
B = 46.67%

CMYK

 C value IS 0.49

 M value IS 0.37

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#191F31 (or 0x191F31) is known color: Midnight Express. HEX triplet: 19, 1F and 31. RGB value is (25,31,49). Sum of RGB (Red+Green+Blue) = 25+31+49=105 (13% of max value = 765). Red value is 25 (10.16% from 255 or 23.81% from 105); Green value is 31 (12.5% from 255 or 29.52% from 105); Blue value is 49 (19.53% from 255 or 46.67% from 105); Max value from RGB is 49 - color contains mainly: blue. Hex color #191F31 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191F31 is #E6E0CE. Grayscale: #1F1F1F. Windows color (decimal): -15130831 or 3219225. OLE color: 3219225.

HSL color Cylindrical-coordinate representation of color #191F31: hue angle of 225º degrees, saturation: 0.32, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #191F31 is Cyan = 0.49, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 25 31 49 -
CMYK 0.49 0.37 0 0.81
HSL 225º 0.32% 0.15% -
HSV(B) 225º 0.49% 0.19% -
XYZ 1.45 1.41 3.1 -
YUV 31.26 138.01 123.54 -
System Red Green Blue C M Y K H S L
Decimal 25 31 49 0.49 0.37 0 0.81 225 0.32 0.15
Hex 19 1F 31 31 25 0 51 E1 20 F
Octal 31 37 61 61 45 0 121 341 40 17
Binary 11001 11111 110001 110001 100101 0 1010001 11100001 100000 1111

Color Harmonies of #191F31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #191F31

Black with #191F31

Text Example


Text Example

White with #191F31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #191F31; }

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

 H1.HeaderClassName
 {
   color: #191F31;
 }
 .AnyTagClassName
 {
   color: #191F31;
 }
</style>

background-color css

<style>
 a { background-color: #191F31; }

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

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

border-color css

<style>
 span { border-color: #191F31; }

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

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