Html Css Color HEX #101831 Midnight Express

📋 copy color: '#101831'

red 16 ◦ green 24 ◦ blue 49

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

Shades of Midnight Express #101831

Tints of Midnight Express #101831

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 value IS 0.67

 M value IS 0.51

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#101831 (or 0x101831) is known color: 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

RGB 16 24 49 -
CMYK 0.67 0.51 0 0.81
HSL 225.45º 0.51% 0.13% -
HSV(B) 225.45º 0.67% 0.19% -
XYZ 1.09 0.99 3.04 -
YUV 24.46 141.85 121.97 -
System Red Green Blue C M Y K H S L
Decimal 16 24 49 0.67 0.51 0 0.81 225.45 0.51 0.13
Hex 10 18 31 43 33 0 51 E1 33 D
Octal 20 30 61 103 63 0 121 341 63 15
Binary 10000 11000 110001 1000011 110011 0 1010001 11100001 110011 1101

Color Harmonies of #101831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101831

Black with #101831

Text Example


Text Example

White with #101831

Text Example


Text Example

HTML Codes & Css Web 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>