#1B2331

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

Shades of Midnight Express #1B2331

Tints of Midnight Express #1B2331

Color information

#1B2331 (or 0x1B2331) is unknown color: approx Midnight Express. HEX triplet: 1B, 23 and 31. RGB value is (27,35,49). Sum of RGB (Red+Green+Blue) = 27+35+49=111 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.32% from 111); Green value is 35 (14.06% from 255 or 31.53% from 111); Blue value is 49 (19.53% from 255 or 44.14% from 111); Max value from RGB is 49 - color contains mainly: blue. Hex color #1B2331 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2331 is #E4DCCE. Grayscale: #222222. Windows color (decimal): -14998735 or 3220251. OLE color: 3220251.

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

Color convert

RGB273549-
CMYK0.450.2900.81
HSL218.18º28.95%14.9%-
HSV(B)218.18º44.9%19.22%-
XYZ1.611.663.14-
YUV34.2136.35122.86-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 24.32%
GREEN value IS 35 (14.06% from 255) = 31.53%
BLUE value IS 49 (19.53% from 255) = 44.14%
R=24.32%
G=31.53%
B=44.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2735490.450.2900.81218.1828.9514.9
Hex1B23312D1D051da1df
Octal334361553501213323517
Binary11011100011110001101101111010101000111011010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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