#1B2231

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

Shades of Midnight Express #1B2231

Tints of Midnight Express #1B2231

Color information

#1B2231 (or 0x1B2231) is unknown color: approx Midnight Express. HEX triplet: 1B, 22 and 31. RGB value is (27,34,49). Sum of RGB (Red+Green+Blue) = 27+34+49=110 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.55% from 110); Green value is 34 (13.67% from 255 or 30.91% from 110); Blue value is 49 (19.53% from 255 or 44.55% from 110); Max value from RGB is 49 - color contains mainly: blue. Hex color #1B2231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2231 is #E4DDCE. Grayscale: #212121. Windows color (decimal): -14998991 or 3219995. OLE color: 3219995.

HSL color Cylindrical-coordinate representation of color #1B2231: hue angle of 220.91º 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 #1B2231 is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB273449-
CMYK0.450.3100.81
HSL220.91º28.95%14.9%-
HSV(B)220.91º44.9%19.22%-
XYZ1.581.63.13-
YUV33.62136.68123.28-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 24.55%
GREEN value IS 34 (13.67% from 255) = 30.91%
BLUE value IS 49 (19.53% from 255) = 44.55%
R=24.55%
G=30.91%
B=44.55%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2734490.450.3100.81220.9128.9514.9
Hex1B22312D1F051dd1df
Octal334261553701213353517
Binary11011100010110001101101111110101000111011101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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