#1C223A

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

Shades of Midnight Express #1C223A

Tints of Midnight Express #1C223A

Color information

#1C223A (or 0x1C223A) is unknown color: approx Midnight Express. HEX triplet: 1C, 22 and 3A. RGB value is (28,34,58). Sum of RGB (Red+Green+Blue) = 28+34+58=120 (15% of max value = 765). Red value is 28 (11.33% from 255 or 23.33% from 120); Green value is 34 (13.67% from 255 or 28.33% from 120); Blue value is 58 (23.05% from 255 or 48.33% from 120); Max value from RGB is 58 - color contains mainly: blue. Hex color #1C223A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C223A is #E3DDC5. Grayscale: #222222. Windows color (decimal): -14933446 or 3809820. OLE color: 3809820.

HSL color Cylindrical-coordinate representation of color #1C223A: hue angle of 228º degrees, saturation: 0.35, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #1C223A is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB283458-
CMYK0.520.4100.77
HSL228º34.88%16.86%-
HSV(B)228º51.72%22.75%-
XYZ1.811.74.23-
YUV34.94141.01123.05-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 23.33%
GREEN value IS 34 (13.67% from 255) = 28.33%
BLUE value IS 58 (23.05% from 255) = 48.33%
R=23.33%
G=28.33%
B=48.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2834580.520.4100.7722834.8816.86
Hex1C223A342904De42311
Octal344272645101153444321
Binary11100100010111010110100101001010011011110010010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C223A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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