Html Css Color HEX #192031 Midnight Express

📋 copy color: '#192031'

red 25 ◦ green 32 ◦ blue 49

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

Shades of Midnight Express #192031

Tints of Midnight Express #192031

RGB

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

 GREEN value IS 32 (12.89% from 255) = 30.19%

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

R = 23.58%
G = 30.19%
B = 46.23%

CMYK

 C value IS 0.49

 M value IS 0.35

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#192031 (or 0x192031) is known color: Midnight Express. HEX triplet: 19, 20 and 31. RGB value is (25,32,49). Sum of RGB (Red+Green+Blue) = 25+32+49=106 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.58% from 106); Green value is 32 (12.89% from 255 or 30.19% from 106); Blue value is 49 (19.53% from 255 or 46.23% from 106); Max value from RGB is 49 - color contains mainly: blue. Hex color #192031 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #192031 is #E6DFCE. Grayscale: #1F1F1F. Windows color (decimal): -15130575 or 3219481. OLE color: 3219481.

HSL color Cylindrical-coordinate representation of color #192031: hue angle of 222.5º 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 #192031 is Cyan = 0.49, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 25 32 49 -
CMYK 0.49 0.35 0 0.81
HSL 222.5º 0.32% 0.15% -
HSV(B) 222.5º 0.49% 0.19% -
XYZ 1.47 1.46 3.11 -
YUV 31.85 137.68 123.12 -
System Red Green Blue C M Y K H S L
Decimal 25 32 49 0.49 0.35 0 0.81 222.5 0.32 0.15
Hex 19 20 31 31 23 0 51 DE 20 F
Octal 31 40 61 61 43 0 121 336 40 17
Binary 11001 100000 110001 110001 100011 0 1010001 11011110 100000 1111

Color Harmonies of #192031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #192031

Black with #192031

Text Example


Text Example

White with #192031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #192031; }

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

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

background-color css

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

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

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

border-color css

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

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

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