#191D34

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

Shades of Midnight Express #191D34

Tints of Midnight Express #191D34

Color information

#191D34 (or 0x191D34) is unknown color: approx Midnight Express. HEX triplet: 19, 1D and 34. RGB value is (25,29,52). Sum of RGB (Red+Green+Blue) = 25+29+52=106 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.58% from 106); Green value is 29 (11.72% from 255 or 27.36% from 106); Blue value is 52 (20.70% from 255 or 49.06% from 106); Max value from RGB is 52 - color contains mainly: blue. Hex color #191D34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191D34 is #E6E2CB. Grayscale: #1E1E1E. Windows color (decimal): -15131340 or 3415321. OLE color: 3415321.

HSL color Cylindrical-coordinate representation of color #191D34: hue angle of 231.11º degrees, saturation: 0.35, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #191D34 is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB252952-
CMYK0.520.4400.80
HSL231.11º35.06%15.1%-
HSV(B)231.11º51.92%20.39%-
XYZ1.461.333.43-
YUV30.43140.17124.13-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 23.58%
GREEN value IS 29 (11.72% from 255) = 27.36%
BLUE value IS 52 (20.70% from 255) = 49.06%
R=23.58%
G=27.36%
B=49.06%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2529520.520.4400.80231.1135.0615.1
Hex191D34342C050e723f
Octal313564645401203474317
Binary110011110111010011010010110001010000111001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #191D34; }

 p { color: rgb(25,29,52); }

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

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

 a { background-color: rgb(25,29,52); }

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

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

 span { border-color: rgb(25,29,52); }

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