#121831

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

Shades of Midnight Express #121831

Tints of Midnight Express #121831

Color information

#121831 (or 0x121831) is unknown color: approx Midnight Express. HEX triplet: 12, 18 and 31. RGB value is (18,24,49). Sum of RGB (Red+Green+Blue) = 18+24+49=91 (12% of max value = 765). Red value is 18 (7.42% from 255 or 19.78% from 91); Green value is 24 (9.77% from 255 or 26.37% from 91); Blue value is 49 (19.53% from 255 or 53.85% from 91); Max value from RGB is 49 - color contains mainly: blue. Hex color #121831 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #121831 is #EDE7CE. Grayscale: #181818. Windows color (decimal): -15591375 or 3217426. OLE color: 3217426.

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

Color convert

RGB182449-
CMYK0.630.5100.81
HSL228.39º46.27%13.14%-
HSV(B)228.39º63.27%19.22%-
XYZ1.1313.04-
YUV25.06141.51122.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 19.78%
GREEN value IS 24 (9.77% from 255) = 26.37%
BLUE value IS 49 (19.53% from 255) = 53.85%
R=19.78%
G=26.37%
B=53.85%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1824490.630.5100.81228.3946.2713.14
Hex1218313F33051e42ed
Octal223061776301213445615
Binary100101100011000111111111001101010001111001001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #121831

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #121831; }

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

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

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

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

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

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

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

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