#1C2231

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

Shades of Midnight Express #1C2231

Tints of Midnight Express #1C2231

Color information

#1C2231 (or 0x1C2231) is unknown color: approx Midnight Express. HEX triplet: 1C, 22 and 31. RGB value is (28,34,49). Sum of RGB (Red+Green+Blue) = 28+34+49=111 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25.23% from 111); Green value is 34 (13.67% from 255 or 30.63% 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 #1C2231 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2231 is #E3DDCE. Grayscale: #212121. Windows color (decimal): -14933455 or 3219996. OLE color: 3219996.

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

Color convert

RGB283449-
CMYK0.430.3100.81
HSL222.86º27.27%15.1%-
HSV(B)222.86º42.86%19.22%-
XYZ1.611.613.13-
YUV33.92136.51123.78-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 25.23%
GREEN value IS 34 (13.67% from 255) = 30.63%
BLUE value IS 49 (19.53% from 255) = 44.14%
R=25.23%
G=30.63%
B=44.14%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2834490.430.3100.81222.8627.2715.1
Hex1C22312B1F051df1bf
Octal344261533701213373317
Binary11100100010110001101011111110101000111011111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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