#101831

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

Shades of Midnight Express #101831

Tints of Midnight Express #101831

Color information

#101831 (or 0x101831) is unknown color: approx Midnight Express. HEX triplet: 10, 18 and 31. RGB value is (16,24,49). Sum of RGB (Red+Green+Blue) = 16+24+49=89 (11% of max value = 765). Red value is 16 (6.64% from 255 or 17.98% from 89); Green value is 24 (9.77% from 255 or 26.97% from 89); Blue value is 49 (19.53% from 255 or 55.06% from 89); Max value from RGB is 49 - color contains mainly: blue. Hex color #101831 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101831 is #EFE7CE. Grayscale: #181818. Windows color (decimal): -15722447 or 3217424. OLE color: 3217424.

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

Color convert

RGB162449-
CMYK0.670.5100.81
HSL225.45º50.77%12.75%-
HSV(B)225.45º67.35%19.22%-
XYZ1.090.993.04-
YUV24.46141.85121.97-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 17.98%
GREEN value IS 24 (9.77% from 255) = 26.97%
BLUE value IS 49 (19.53% from 255) = 55.06%
R=17.98%
G=26.97%
B=55.06%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1624490.670.5100.81225.4550.7712.75
Hex1018314333051e133d
Octal2030611036301213416315
Binary1000011000110001100001111001101010001111000011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101831; }

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

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

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

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

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

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

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

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