#191E32

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

Shades of Midnight Express #191E32

Tints of Midnight Express #191E32

Color information

#191E32 (or 0x191E32) is unknown color: approx Midnight Express. HEX triplet: 19, 1E and 32. RGB value is (25,30,50). Sum of RGB (Red+Green+Blue) = 25+30+50=105 (13% of max value = 765). Red value is 25 (10.16% from 255 or 23.81% from 105); Green value is 30 (12.11% from 255 or 28.57% from 105); Blue value is 50 (19.92% from 255 or 47.62% from 105); Max value from RGB is 50 - color contains mainly: blue. Hex color #191E32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191E32 is #E6E1CD. Grayscale: #1E1E1E. Windows color (decimal): -15131086 or 3284505. OLE color: 3284505.

HSL color Cylindrical-coordinate representation of color #191E32: hue angle of 228º degrees, saturation: 0.33, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #191E32 is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB253050-
CMYK0.500.4000.80
HSL228º33.33%14.71%-
HSV(B)228º50%19.61%-
XYZ1.441.373.21-
YUV30.78138.84123.87-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 23.81%
GREEN value IS 30 (12.11% from 255) = 28.57%
BLUE value IS 50 (19.92% from 255) = 47.62%
R=23.81%
G=28.57%
B=47.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2530500.500.4000.8022833.3314.71
Hex191E323228050e421f
Octal313662625001203444117
Binary110011111011001011001010100001010000111001001000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,30,50); }

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

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

 a { background-color: rgb(25,30,50); }

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

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

 span { border-color: rgb(25,30,50); }

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