#191F30

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

Shades of Midnight Express #191F30

Tints of Midnight Express #191F30

Color information

#191F30 (or 0x191F30) is unknown color: approx Midnight Express. HEX triplet: 19, 1F and 30. RGB value is (25,31,48). Sum of RGB (Red+Green+Blue) = 25+31+48=104 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.04% from 104); Green value is 31 (12.5% from 255 or 29.81% from 104); Blue value is 48 (19.14% from 255 or 46.15% from 104); Max value from RGB is 48 - color contains mainly: blue. Hex color #191F30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191F30 is #E6E0CF. Grayscale: #1F1F1F. Windows color (decimal): -15130832 or 3153689. OLE color: 3153689.

HSL color Cylindrical-coordinate representation of color #191F30: hue angle of 224.35º degrees, saturation: 0.32, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #191F30 is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB253148-
CMYK0.480.3500.81
HSL224.35º31.51%14.31%-
HSV(B)224.35º47.92%18.82%-
XYZ1.421.42.99-
YUV31.14137.51123.62-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 24.04%
GREEN value IS 31 (12.5% from 255) = 29.81%
BLUE value IS 48 (19.14% from 255) = 46.15%
R=24.04%
G=29.81%
B=46.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2531480.480.3500.81224.3531.5114.31
Hex191F303023051e020e
Octal313760604301213404016
Binary110011111111000011000010001101010001111000001000001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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