Html Css Color HEX #101531 Midnight Express

📋 copy color: '#101531'

red 16 ◦ green 21 ◦ blue 49

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

Shades of Midnight Express #101531

Tints of Midnight Express #101531

RGB

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

 GREEN value IS 21 (8.59% from 255) = 24.42%

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

R = 18.6%
G = 24.42%
B = 56.98%

CMYK

 C value IS 0.67

 M value IS 0.57

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#101531 (or 0x101531) is known color: Midnight Express. HEX triplet: 10, 15 and 31. RGB value is (16,21,49). Sum of RGB (Red+Green+Blue) = 16+21+49=86 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.60% from 86); Green value is 21 (8.59% from 255 or 24.42% from 86); Blue value is 49 (19.53% from 255 or 56.98% from 86); Max value from RGB is 49 - color contains mainly: blue. Hex color #101531 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101531 is #EFEACE. Grayscale: #161616. Windows color (decimal): -15723215 or 3216656. OLE color: 3216656.

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

Color convert

RGB 16 21 49 -
CMYK 0.67 0.57 0 0.81
HSL 230.91º 0.51% 0.13% -
HSV(B) 230.91º 0.67% 0.19% -
XYZ 1.04 0.87 3.02 -
YUV 22.7 142.84 123.22 -
System Red Green Blue C M Y K H S L
Decimal 16 21 49 0.67 0.57 0 0.81 230.91 0.51 0.13
Hex 10 15 31 43 39 0 51 E7 33 D
Octal 20 25 61 103 71 0 121 347 63 15
Binary 10000 10101 110001 1000011 111001 0 1010001 11100111 110011 1101

Color Harmonies of #101531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #101531

Black with #101531

Text Example


Text Example

White with #101531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #101531; }

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

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

background-color css

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

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

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

border-color css

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

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

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