#191F35

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

Shades of Midnight Express #191F35

Tints of Midnight Express #191F35

Color information

#191F35 (or 0x191F35) is unknown color: approx Midnight Express. HEX triplet: 19, 1F and 35. RGB value is (25,31,53). Sum of RGB (Red+Green+Blue) = 25+31+53=109 (14% of max value = 765). Red value is 25 (10.16% from 255 or 22.94% from 109); Green value is 31 (12.5% from 255 or 28.44% from 109); Blue value is 53 (21.09% from 255 or 48.62% from 109); Max value from RGB is 53 - color contains mainly: blue. Hex color #191F35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191F35 is #E6E0CA. Grayscale: #1F1F1F. Windows color (decimal): -15130827 or 3481369. OLE color: 3481369.

HSL color Cylindrical-coordinate representation of color #191F35: hue angle of 227.14º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #191F35 is Cyan = 0.53, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB253153-
CMYK0.530.4200.79
HSL227.14º35.9%15.29%-
HSV(B)227.14º52.83%20.78%-
XYZ1.531.443.57-
YUV31.71140.01123.21-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 22.94%
GREEN value IS 31 (12.5% from 255) = 28.44%
BLUE value IS 53 (21.09% from 255) = 48.62%
R=22.94%
G=28.44%
B=48.62%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2531530.530.4200.79227.1435.915.29
Hex191F35352A04Fe324f
Octal313765655201173434417
Binary110011111111010111010110101001001111111000111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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