#1B2031

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

Shades of Midnight Express #1B2031

Tints of Midnight Express #1B2031

Color information

#1B2031 (or 0x1B2031) is unknown color: approx Midnight Express. HEX triplet: 1B, 20 and 31. RGB value is (27,32,49). Sum of RGB (Red+Green+Blue) = 27+32+49=108 (14% of max value = 765). Red value is 27 (10.94% from 255 or 25% from 108); Green value is 32 (12.89% from 255 or 29.63% from 108); Blue value is 49 (19.53% from 255 or 45.37% from 108); Max value from RGB is 49 - color contains mainly: blue. Hex color #1B2031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2031 is #E4DFCE. Grayscale: #202020. Windows color (decimal): -14999503 or 3219483. OLE color: 3219483.

HSL color Cylindrical-coordinate representation of color #1B2031: hue angle of 226.36º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1B2031 is Cyan = 0.45, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB273249-
CMYK0.450.3500.81
HSL226.36º28.95%14.9%-
HSV(B)226.36º44.9%19.22%-
XYZ1.521.493.11-
YUV32.44137.34124.12-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 25%
GREEN value IS 32 (12.89% from 255) = 29.63%
BLUE value IS 49 (19.53% from 255) = 45.37%
R=25%
G=29.63%
B=45.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2732490.450.3500.81226.3628.9514.9
Hex1B20312D23051e21df
Octal334061554301213423517
Binary110111000001100011011011000110101000111100010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2031

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1B2031; }

 p { color: rgb(27,32,49); }

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

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

 a { background-color: rgb(27,32,49); }

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

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

 span { border-color: rgb(27,32,49); }

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