#191C35

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

Shades of Midnight Express #191C35

Tints of Midnight Express #191C35

Color information

#191C35 (or 0x191C35) is unknown color: approx Midnight Express. HEX triplet: 19, 1C and 35. RGB value is (25,28,53). Sum of RGB (Red+Green+Blue) = 25+28+53=106 (14% of max value = 765). Red value is 25 (10.16% from 255 or 23.58% from 106); Green value is 28 (11.33% from 255 or 26.42% from 106); Blue value is 53 (21.09% from 255 or 50% from 106); Max value from RGB is 53 - color contains mainly: blue. Hex color #191C35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191C35 is #E6E3CA. Grayscale: #1D1D1D. Windows color (decimal): -15131595 or 3480601. OLE color: 3480601.

HSL color Cylindrical-coordinate representation of color #191C35: hue angle of 233.57º 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 #191C35 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB252853-
CMYK0.530.4700.79
HSL233.57º35.9%15.29%-
HSV(B)233.57º52.83%20.78%-
XYZ1.461.293.54-
YUV29.95141.01124.47-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 23.58%
GREEN value IS 28 (11.33% from 255) = 26.42%
BLUE value IS 53 (21.09% from 255) = 50%
R=23.58%
G=26.42%
B=50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal2528530.530.4700.79233.5735.915.29
Hex191C35352F04Fea24f
Octal313465655701173524417
Binary110011110011010111010110111101001111111010101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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