#18293D

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

Shades of Midnight #18293D

Tints of Midnight #18293D

Color information

#18293D (or 0x18293D) is unknown color: approx Midnight. HEX triplet: 18, 29 and 3D. RGB value is (24,41,61). Sum of RGB (Red+Green+Blue) = 24+41+61=126 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.05% from 126); Green value is 41 (16.41% from 255 or 32.54% from 126); Blue value is 61 (24.22% from 255 or 48.41% from 126); Max value from RGB is 61 - color contains mainly: blue. Hex color #18293D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18293D is #E7D6C2. Grayscale: #262626. Windows color (decimal): -15193795 or 4008216. OLE color: 4008216.

HSL color Cylindrical-coordinate representation of color #18293D: hue angle of 212.43º degrees, saturation: 0.44, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #18293D is Cyan = 0.61, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB244161-
CMYK0.610.3300.76
HSL212.43º43.53%16.67%-
HSV(B)212.43º60.66%23.92%-
XYZ2.012.124.72-
YUV38.2140.87117.87-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.05%
GREEN value IS 41 (16.41% from 255) = 32.54%
BLUE value IS 61 (24.22% from 255) = 48.41%
R=19.05%
G=32.54%
B=48.41%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal2441610.610.3300.76212.4343.5316.67
Hex18293D3D2104Cd42c11
Octal305175754101143245421
Binary11000101001111101111101100001010011001101010010110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18293D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18293D; }

 p { color: rgb(24,41,61); }

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

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

 a { background-color: rgb(24,41,61); }

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

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

 span { border-color: rgb(24,41,61); }

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