#191D33

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

Shades of Midnight Express #191D33

Tints of Midnight Express #191D33

Color information

#191D33 (or 0x191D33) is unknown color: approx Midnight Express. HEX triplet: 19, 1D and 33. RGB value is (25,29,51). Sum of RGB (Red+Green+Blue) = 25+29+51=105 (13% of max value = 765). Red value is 25 (10.16% from 255 or 23.81% from 105); Green value is 29 (11.72% from 255 or 27.62% from 105); Blue value is 51 (20.31% from 255 or 48.57% from 105); Max value from RGB is 51 - color contains mainly: blue. Hex color #191D33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191D33 is #E6E2CC. Grayscale: #1E1E1E. Windows color (decimal): -15131341 or 3349785. OLE color: 3349785.

HSL color Cylindrical-coordinate representation of color #191D33: hue angle of 230.77º degrees, saturation: 0.34, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #191D33 is Cyan = 0.51, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB252951-
CMYK0.510.4300.8
HSL230.77º34.21%14.9%-
HSV(B)230.77º50.98%20%-
XYZ1.441.323.31-
YUV30.31139.67124.21-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 23.81%
GREEN value IS 29 (11.72% from 255) = 27.62%
BLUE value IS 51 (20.31% from 255) = 48.57%
R=23.81%
G=27.62%
B=48.57%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2529510.510.4300.8230.7734.2114.9
Hex191D33332B050e722f
Octal313563635301203474217
Binary110011110111001111001110101101010000111001111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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