Html Css Color HEX #101631 Midnight Express

📋 copy color: '#101631'

red 16 ◦ green 22 ◦ blue 49

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

Shades of Midnight Express #101631

Tints of Midnight Express #101631

RGB

 RED value IS 16 (6.64% from 255) = 18.39%

 GREEN value IS 22 (8.98% from 255) = 25.29%

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

R = 18.39%
G = 25.29%
B = 56.32%

CMYK

 C value IS 0.67

 M value IS 0.55

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#101631 (or 0x101631) is known color: Midnight Express. HEX triplet: 10, 16 and 31. RGB value is (16,22,49). Sum of RGB (Red+Green+Blue) = 16+22+49=87 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.39% from 87); Green value is 22 (8.98% from 255 or 25.29% from 87); Blue value is 49 (19.53% from 255 or 56.32% from 87); Max value from RGB is 49 - color contains mainly: blue. Hex color #101631 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101631 is #EFE9CE. Grayscale: #171717. Windows color (decimal): -15722959 or 3216912. OLE color: 3216912.

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

Color convert

RGB 16 22 49 -
CMYK 0.67 0.55 0 0.81
HSL 229.09º 0.51% 0.13% -
HSV(B) 229.09º 0.67% 0.19% -
XYZ 1.05 0.91 3.02 -
YUV 23.28 142.51 122.8 -
System Red Green Blue C M Y K H S L
Decimal 16 22 49 0.67 0.55 0 0.81 229.09 0.51 0.13
Hex 10 16 31 43 37 0 51 E5 33 D
Octal 20 26 61 103 67 0 121 345 63 15
Binary 10000 10110 110001 1000011 110111 0 1010001 11100101 110011 1101

Color Harmonies of #101631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101631

Black with #101631

Text Example


Text Example

White with #101631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101631; }

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

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

background-color css

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

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

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

border-color css

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

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

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