#121731

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

Shades of Midnight Express #121731

Tints of Midnight Express #121731

Color information

#121731 (or 0x121731) is unknown color: approx Midnight Express. HEX triplet: 12, 17 and 31. RGB value is (18,23,49). Sum of RGB (Red+Green+Blue) = 18+23+49=90 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20% from 90); Green value is 23 (9.38% from 255 or 25.56% from 90); Blue value is 49 (19.53% from 255 or 54.44% from 90); Max value from RGB is 49 - color contains mainly: blue. Hex color #121731 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121731 is #EDE8CE. Grayscale: #181818. Windows color (decimal): -15591631 or 3217170. OLE color: 3217170.

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

Color convert

RGB182349-
CMYK0.630.5300.81
HSL230.32º46.27%13.14%-
HSV(B)230.32º63.27%19.22%-
XYZ1.110.963.03-
YUV24.47141.84123.39-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20%
GREEN value IS 23 (9.38% from 255) = 25.56%
BLUE value IS 49 (19.53% from 255) = 54.44%
R=20%
G=25.56%
B=54.44%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1823490.630.5300.81230.3246.2713.14
Hex1217313F35051e62ed
Octal222761776501213465615
Binary100101011111000111111111010101010001111001101011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121731; }

 p { color: rgb(18,23,49); }

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

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

 a { background-color: rgb(18,23,49); }

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

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

 span { border-color: rgb(18,23,49); }

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