#1C2434

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

Shades of Midnight Express #1C2434

Tints of Midnight Express #1C2434

Color information

#1C2434 (or 0x1C2434) is unknown color: approx Midnight Express. HEX triplet: 1C, 24 and 34. RGB value is (28,36,52). Sum of RGB (Red+Green+Blue) = 28+36+52=116 (15% of max value = 765). Red value is 28 (11.33% from 255 or 24.14% from 116); Green value is 36 (14.45% from 255 or 31.03% from 116); Blue value is 52 (20.70% from 255 or 44.83% from 116); Max value from RGB is 52 - color contains mainly: blue. Hex color #1C2434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2434 is #E3DBCB. Grayscale: #232323. Windows color (decimal): -14932940 or 3417116. OLE color: 3417116.

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

Color convert

RGB283652-
CMYK0.460.3100.80
HSL220º30%15.69%-
HSV(B)220º46.15%20.39%-
XYZ1.731.763.5-
YUV35.43137.35122.7-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 24.14%
GREEN value IS 36 (14.45% from 255) = 31.03%
BLUE value IS 52 (20.70% from 255) = 44.83%
R=24.14%
G=31.03%
B=44.83%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal2836520.460.3100.802203015.69
Hex1C24342E1F050dc1e10
Octal344464563701203343620
Binary111001001001101001011101111101010000110111001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,36,52); }

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

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

 a { background-color: rgb(28,36,52); }

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

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

 span { border-color: rgb(28,36,52); }

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