Html Css Color HEX #131931 Midnight Express

📋 copy color: '#131931'

red 19 ◦ green 25 ◦ blue 49

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

Shades of Midnight Express #131931

Tints of Midnight Express #131931

RGB

 RED value IS 19 (7.81% from 255) = 20.43%

 GREEN value IS 25 (10.16% from 255) = 26.88%

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

R = 20.43%
G = 26.88%
B = 52.69%

CMYK

 C value IS 0.61

 M value IS 0.49

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#131931 (or 0x131931) is known color: Midnight Express. HEX triplet: 13, 19 and 31. RGB value is (19,25,49). Sum of RGB (Red+Green+Blue) = 19+25+49=93 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.43% from 93); Green value is 25 (10.16% from 255 or 26.88% from 93); Blue value is 49 (19.53% from 255 or 52.69% from 93); Max value from RGB is 49 - color contains mainly: blue. Hex color #131931 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131931 is #ECE6CE. Grayscale: #191919. Windows color (decimal): -15525583 or 3217683. OLE color: 3217683.

HSL color Cylindrical-coordinate representation of color #131931: hue angle of 228º degrees, saturation: 0.44, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #131931 is Cyan = 0.61, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 19 25 49 -
CMYK 0.61 0.49 0 0.81
HSL 228º 0.44% 0.13% -
HSV(B) 228º 0.61% 0.19% -
XYZ 1.17 1.06 3.05 -
YUV 25.94 141.01 123.05 -
System Red Green Blue C M Y K H S L
Decimal 19 25 49 0.61 0.49 0 0.81 228 0.44 0.13
Hex 13 19 31 3D 31 0 51 E4 2C D
Octal 23 31 61 75 61 0 121 344 54 15
Binary 10011 11001 110001 111101 110001 0 1010001 11100100 101100 1101

Color Harmonies of #131931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #131931

Black with #131931

Text Example


Text Example

White with #131931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #131931; }

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

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

background-color css

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

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

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

border-color css

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

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

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