#182030

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

Shades of Midnight Express #182030

Tints of Midnight Express #182030

Color information

#182030 (or 0x182030) is unknown color: approx Midnight Express. HEX triplet: 18, 20 and 30. RGB value is (24,32,48). Sum of RGB (Red+Green+Blue) = 24+32+48=104 (13% of max value = 765). Red value is 24 (9.77% from 255 or 23.08% from 104); Green value is 32 (12.89% from 255 or 30.77% from 104); Blue value is 48 (19.14% from 255 or 46.15% from 104); Max value from RGB is 48 - color contains mainly: blue. Hex color #182030 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182030 is #E7DFCF. Grayscale: #1F1F1F. Windows color (decimal): -15196112 or 3153944. OLE color: 3153944.

HSL color Cylindrical-coordinate representation of color #182030: hue angle of 220º degrees, saturation: 0.33, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #182030 is Cyan = 0.5, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB243248-
CMYK0.50.3300.81
HSL220º33.33%14.12%-
HSV(B)220º50%18.82%-
XYZ1.431.443-
YUV31.43137.35122.7-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 23.08%
GREEN value IS 32 (12.89% from 255) = 30.77%
BLUE value IS 48 (19.14% from 255) = 46.15%
R=23.08%
G=30.77%
B=46.15%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal2432480.50.3300.8122033.3314.12
Hex1820303221051dc21e
Octal304060624101213344116
Binary1100010000011000011001010000101010001110111001000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182030; }

 p { color: rgb(24,32,48); }

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

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

 a { background-color: rgb(24,32,48); }

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

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

 span { border-color: rgb(24,32,48); }

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