#131831

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

Shades of Midnight Express #131831

Tints of Midnight Express #131831

Color information

#131831 (or 0x131831) is unknown color: approx Midnight Express. HEX triplet: 13, 18 and 31. RGB value is (19,24,49). Sum of RGB (Red+Green+Blue) = 19+24+49=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 24 (9.77% from 255 or 26.09% from 92); Blue value is 49 (19.53% from 255 or 53.26% from 92); Max value from RGB is 49 - color contains mainly: blue. Hex color #131831 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131831 is #ECE7CE. Grayscale: #191919. Windows color (decimal): -15525839 or 3217427. OLE color: 3217427.

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

Color convert

RGB192449-
CMYK0.610.5100.81
HSL230º44.12%13.33%-
HSV(B)230º61.22%19.22%-
XYZ1.151.013.04-
YUV25.35141.34123.47-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.65%
GREEN value IS 24 (9.77% from 255) = 26.09%
BLUE value IS 49 (19.53% from 255) = 53.26%
R=20.65%
G=26.09%
B=53.26%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1924490.610.5100.8123044.1213.33
Hex1318313D33051e62cd
Octal233061756301213465415
Binary100111100011000111110111001101010001111001101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131831; }

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

 H1.HeaderClassName
 {
   color: #131831;
 }
 .AnyTagClassName
 {
   color: #131831;
 }
</style>
background-color css

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

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

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

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

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

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