#191C33

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

Shades of Midnight Express #191C33

Tints of Midnight Express #191C33

Color information

#191C33 (or 0x191C33) is unknown color: approx Midnight Express. HEX triplet: 19, 1C and 33. RGB value is (25,28,51). Sum of RGB (Red+Green+Blue) = 25+28+51=104 (13% of max value = 765). Red value is 25 (10.16% from 255 or 24.04% from 104); Green value is 28 (11.33% from 255 or 26.92% from 104); Blue value is 51 (20.31% from 255 or 49.04% from 104); Max value from RGB is 51 - color contains mainly: blue. Hex color #191C33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #191C33 is #E6E3CC. Grayscale: #1D1D1D. Windows color (decimal): -15131597 or 3349529. OLE color: 3349529.

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

Color convert

RGB252851-
CMYK0.510.4500.8
HSL233.08º34.21%14.9%-
HSV(B)233.08º50.98%20%-
XYZ1.411.283.3-
YUV29.72140.01124.63-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 24.04%
GREEN value IS 28 (11.33% from 255) = 26.92%
BLUE value IS 51 (20.31% from 255) = 49.04%
R=24.04%
G=26.92%
B=49.04%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2528510.510.4500.8233.0834.2114.9
Hex191C33332D050e922f
Octal313463635501203514217
Binary110011110011001111001110110101010000111010011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #191C33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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