#131931

Color #131931 Midnight Express (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Midnight Express #131931

Tints of Midnight Express #131931

Color information

#131931 (or 0x131931) is unknown color: approx 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

RGB192549-
CMYK0.610.4900.81
HSL228º44.12%13.33%-
HSV(B)228º61.22%19.22%-
XYZ1.171.063.05-
YUV25.94141.01123.05-

RGB Variations

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

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 (Cyan) values IS 0.61
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1925490.610.4900.8122844.1213.33
Hex1319313D31051e42cd
Octal233161756101213445415
Binary100111100111000111110111000101010001111001001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>