#191D3D

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

Shades of Midnight Express #191D3D

Tints of Midnight Express #191D3D

Color information

#191D3D (or 0x191D3D) is unknown color: approx Midnight Express. HEX triplet: 19, 1D and 3D. RGB value is (25,29,61). Sum of RGB (Red+Green+Blue) = 25+29+61=115 (15% of max value = 765). Red value is 25 (10.16% from 255 or 21.74% from 115); Green value is 29 (11.72% from 255 or 25.22% from 115); Blue value is 61 (24.22% from 255 or 53.04% from 115); Max value from RGB is 61 - color contains mainly: blue. Hex color #191D3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191D3D is #E6E2C2. Grayscale: #1F1F1F. Windows color (decimal): -15131331 or 4005145. OLE color: 4005145.

HSL color Cylindrical-coordinate representation of color #191D3D: hue angle of 233.33º degrees, saturation: 0.42, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #191D3D is Cyan = 0.59, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB252961-
CMYK0.590.5200.76
HSL233.33º41.86%16.86%-
HSV(B)233.33º59.02%23.92%-
XYZ1.681.424.6-
YUV31.45144.67123.4-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 21.74%
GREEN value IS 29 (11.72% from 255) = 25.22%
BLUE value IS 61 (24.22% from 255) = 53.04%
R=21.74%
G=25.22%
B=53.04%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2529610.590.5200.76233.3341.8616.86
Hex191D3D3B3404Ce92a11
Octal313575736401143515221
Binary1100111101111101111011110100010011001110100110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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