#1B2232

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

Shades of Midnight Express #1B2232

Tints of Midnight Express #1B2232

Color information

#1B2232 (or 0x1B2232) is unknown color: approx Midnight Express. HEX triplet: 1B, 22 and 32. RGB value is (27,34,50). Sum of RGB (Red+Green+Blue) = 27+34+50=111 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.32% from 111); Green value is 34 (13.67% from 255 or 30.63% from 111); Blue value is 50 (19.92% from 255 or 45.05% from 111); Max value from RGB is 50 - color contains mainly: blue. Hex color #1B2232 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2232 is #E4DDCD. Grayscale: #212121. Windows color (decimal): -14998990 or 3285531. OLE color: 3285531.

HSL color Cylindrical-coordinate representation of color #1B2232: hue angle of 221.74º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1B2232 is Cyan = 0.46, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB273450-
CMYK0.460.3200.80
HSL221.74º29.87%15.1%-
HSV(B)221.74º46%19.61%-
XYZ1.61.613.24-
YUV33.73137.18123.2-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 24.32%
GREEN value IS 34 (13.67% from 255) = 30.63%
BLUE value IS 50 (19.92% from 255) = 45.05%
R=24.32%
G=30.63%
B=45.05%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2734500.460.3200.80221.7429.8715.1
Hex1B22322E20050de1ef
Octal334262564001203363617
Binary110111000101100101011101000000101000011011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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