#19202C

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

Shades of Midnight Express #19202C

Tints of Midnight Express #19202C

Color information

#19202C (or 0x19202C) is unknown color: approx Midnight Express. HEX triplet: 19, 20 and 2C. RGB value is (25,32,44). Sum of RGB (Red+Green+Blue) = 25+32+44=101 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.75% from 101); Green value is 32 (12.89% from 255 or 31.68% from 101); Blue value is 44 (17.58% from 255 or 43.56% from 101); Max value from RGB is 44 - color contains mainly: blue. Hex color #19202C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19202C is #E6DFD3. Grayscale: #1F1F1F. Windows color (decimal): -15130580 or 2891801. OLE color: 2891801.

HSL color Cylindrical-coordinate representation of color #19202C: hue angle of 217.89º degrees, saturation: 0.28, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #19202C is Cyan = 0.43, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB253244-
CMYK0.430.2700.83
HSL217.89º27.54%13.53%-
HSV(B)217.89º43.18%17.25%-
XYZ1.371.422.58-
YUV31.28135.18123.52-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 24.75%
GREEN value IS 32 (12.89% from 255) = 31.68%
BLUE value IS 44 (17.58% from 255) = 43.56%
R=24.75%
G=31.68%
B=43.56%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal2532440.430.2700.83217.8927.5413.53
Hex19202C2B1B053da1ce
Octal314054533301233323416
Binary11001100000101100101011110110101001111011010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19202C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19202C; }

 p { color: rgb(25,32,44); }

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

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

 a { background-color: rgb(25,32,44); }

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

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

 span { border-color: rgb(25,32,44); }

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