#131732

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

Shades of Midnight Express #131732

Tints of Midnight Express #131732

Color information

#131732 (or 0x131732) is unknown color: approx Midnight Express. HEX triplet: 13, 17 and 32. RGB value is (19,23,50). Sum of RGB (Red+Green+Blue) = 19+23+50=92 (12% of max value = 765). Red value is 19 (7.81% from 255 or 20.65% from 92); Green value is 23 (9.38% from 255 or 25% from 92); Blue value is 50 (19.92% from 255 or 54.35% from 92); Max value from RGB is 50 - color contains mainly: blue. Hex color #131732 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #131732 is #ECE8CD. Grayscale: #181818. Windows color (decimal): -15526094 or 3282707. OLE color: 3282707.

HSL color Cylindrical-coordinate representation of color #131732: hue angle of 232.26º degrees, saturation: 0.45, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #131732 is Cyan = 0.62, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB192350-
CMYK0.620.5400.80
HSL232.26º44.93%13.53%-
HSV(B)232.26º62%19.61%-
XYZ1.150.983.15-
YUV24.88142.17123.8-

RGB Variations

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

RGB

RED value IS 19 (7.81% from 255) = 20.65%
GREEN value IS 23 (9.38% from 255) = 25%
BLUE value IS 50 (19.92% from 255) = 54.35%
R=20.65%
G=25%
B=54.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1923500.620.5400.80232.2644.9313.53
Hex1317323E36050e82de
Octal232762766601203505516
Binary100111011111001011111011011001010000111010001011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #131732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #131732; }

 p { color: rgb(19,23,50); }

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

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

 a { background-color: rgb(19,23,50); }

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

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

 span { border-color: rgb(19,23,50); }

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