#101333

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

Shades of Midnight Express #101333

Tints of Midnight Express #101333

Color information

#101333 (or 0x101333) is unknown color: approx Midnight Express. HEX triplet: 10, 13 and 33. RGB value is (16,19,51). Sum of RGB (Red+Green+Blue) = 16+19+51=86 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.60% from 86); Green value is 19 (7.81% from 255 or 22.09% from 86); Blue value is 51 (20.31% from 255 or 59.30% from 86); Max value from RGB is 51 - color contains mainly: blue. Hex color #101333 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101333 is #EFECCC. Grayscale: #151515. Windows color (decimal): -15723725 or 3347216. OLE color: 3347216.

HSL color Cylindrical-coordinate representation of color #101333: hue angle of 234.86º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #101333 is Cyan = 0.69, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB161951-
CMYK0.690.6300.8
HSL234.86º52.24%13.14%-
HSV(B)234.86º68.63%20%-
XYZ1.040.813.23-
YUV21.75144.51123.9-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 18.60%
GREEN value IS 19 (7.81% from 255) = 22.09%
BLUE value IS 51 (20.31% from 255) = 59.30%
R=18.60%
G=22.09%
B=59.30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1619510.690.6300.8234.8652.2413.14
Hex101333453F050eb34d
Octal2023631057701203536415
Binary1000010011110011100010111111101010000111010111101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #101333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #101333; }

 p { color: rgb(16,19,51); }

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

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

 a { background-color: rgb(16,19,51); }

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

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

 span { border-color: rgb(16,19,51); }

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