#1C222F

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

Shades of Midnight Express #1C222F

Tints of Midnight Express #1C222F

Color information

#1C222F (or 0x1C222F) is unknown color: approx Midnight Express. HEX triplet: 1C, 22 and 2F. RGB value is (28,34,47). Sum of RGB (Red+Green+Blue) = 28+34+47=109 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25.69% from 109); Green value is 34 (13.67% from 255 or 31.19% from 109); Blue value is 47 (18.75% from 255 or 43.12% from 109); Max value from RGB is 47 - color contains mainly: blue. Hex color #1C222F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C222F is #E3DDD0. Grayscale: #212121. Windows color (decimal): -14933457 or 3088924. OLE color: 3088924.

HSL color Cylindrical-coordinate representation of color #1C222F: hue angle of 221.05º degrees, saturation: 0.25, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #1C222F is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB283447-
CMYK0.400.2800.82
HSL221.05º25.33%14.71%-
HSV(B)221.05º40.43%18.43%-
XYZ1.561.62.91-
YUV33.69135.51123.94-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 25.69%
GREEN value IS 34 (13.67% from 255) = 31.19%
BLUE value IS 47 (18.75% from 255) = 43.12%
R=25.69%
G=31.19%
B=43.12%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal2834470.400.2800.82221.0525.3314.71
Hex1C222F281C052dd19f
Octal344257503401223353117
Binary11100100010101111101000111000101001011011101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C222F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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