#191F33

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

Shades of Midnight Express #191F33

Tints of Midnight Express #191F33

Color information

#191F33 (or 0x191F33) is unknown color: approx Midnight Express. HEX triplet: 19, 1F and 33. RGB value is (25,31,51). Sum of RGB (Red+Green+Blue) = 25+31+51=107 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.36% from 107); Green value is 31 (12.5% from 255 or 28.97% from 107); Blue value is 51 (20.31% from 255 or 47.66% from 107); Max value from RGB is 51 - color contains mainly: blue. Hex color #191F33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191F33 is #E6E0CC. Grayscale: #1F1F1F. Windows color (decimal): -15130829 or 3350297. OLE color: 3350297.

HSL color Cylindrical-coordinate representation of color #191F33: hue angle of 226.15º 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 #191F33 is Cyan = 0.51, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB253151-
CMYK0.510.3900.8
HSL226.15º34.21%14.9%-
HSV(B)226.15º50.98%20%-
XYZ1.491.433.33-
YUV31.49139.01123.37-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 23.36%
GREEN value IS 31 (12.5% from 255) = 28.97%
BLUE value IS 51 (20.31% from 255) = 47.66%
R=23.36%
G=28.97%
B=47.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2531510.510.3900.8226.1534.2114.9
Hex191F333327050e222f
Octal313763634701203424217
Binary110011111111001111001110011101010000111000101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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