#1C2230

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

Shades of Midnight Express #1C2230

Tints of Midnight Express #1C2230

Color information

#1C2230 (or 0x1C2230) is unknown color: approx Midnight Express. HEX triplet: 1C, 22 and 30. RGB value is (28,34,48). Sum of RGB (Red+Green+Blue) = 28+34+48=110 (14% of max value = 765). Red value is 28 (11.33% from 255 or 25.45% from 110); Green value is 34 (13.67% from 255 or 30.91% from 110); Blue value is 48 (19.14% from 255 or 43.64% from 110); Max value from RGB is 48 - color contains mainly: blue. Hex color #1C2230 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1C2230 is #E3DDCF. Grayscale: #212121. Windows color (decimal): -14933456 or 3154460. OLE color: 3154460.

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

Color convert

RGB283448-
CMYK0.420.2900.81
HSL222º26.32%14.9%-
HSV(B)222º41.67%18.82%-
XYZ1.581.63.02-
YUV33.8136.01123.86-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 25.45%
GREEN value IS 34 (13.67% from 255) = 30.91%
BLUE value IS 48 (19.14% from 255) = 43.64%
R=25.45%
G=30.91%
B=43.64%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2834480.420.2900.8122226.3214.9
Hex1C22302A1D051de1af
Octal344260523501213363217
Binary11100100010110000101010111010101000111011110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1C2230

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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