#19202E

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

Shades of Midnight Express #19202E

Tints of Midnight Express #19202E

Color information

#19202E (or 0x19202E) is unknown color: approx Midnight Express. HEX triplet: 19, 20 and 2E. RGB value is (25,32,46). Sum of RGB (Red+Green+Blue) = 25+32+46=103 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.27% from 103); Green value is 32 (12.89% from 255 or 31.07% from 103); Blue value is 46 (18.36% from 255 or 44.66% from 103); Max value from RGB is 46 - color contains mainly: blue. Hex color #19202E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #19202E is #E6DFD1. Grayscale: #1F1F1F. Windows color (decimal): -15130578 or 3022873. OLE color: 3022873.

HSL color Cylindrical-coordinate representation of color #19202E: hue angle of 220º degrees, saturation: 0.3, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #19202E is Cyan = 0.46, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB253246-
CMYK0.460.3000.82
HSL220º29.58%13.92%-
HSV(B)220º45.65%18.04%-
XYZ1.411.442.79-
YUV31.5136.18123.36-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 24.27%
GREEN value IS 32 (12.89% from 255) = 31.07%
BLUE value IS 46 (18.36% from 255) = 44.66%
R=24.27%
G=31.07%
B=44.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2532460.460.3000.8222029.5813.92
Hex19202E2E1E052dc1ee
Octal314056563601223343616
Binary11001100000101110101110111100101001011011100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19202E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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