#18273B

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

Shades of Midnight #18273B

Tints of Midnight #18273B

Color information

#18273B (or 0x18273B) is unknown color: approx Midnight. HEX triplet: 18, 27 and 3B. RGB value is (24,39,59). Sum of RGB (Red+Green+Blue) = 24+39+59=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 39 (15.62% from 255 or 31.97% from 122); Blue value is 59 (23.44% from 255 or 48.36% from 122); Max value from RGB is 59 - color contains mainly: blue. Hex color #18273B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #18273B is #E7D8C4. Grayscale: #242424. Windows color (decimal): -15194309 or 3876632. OLE color: 3876632.

HSL color Cylindrical-coordinate representation of color #18273B: hue angle of 214.29º degrees, saturation: 0.42, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #18273B is Cyan = 0.59, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB243959-
CMYK0.590.3400.77
HSL214.29º42.17%16.27%-
HSV(B)214.29º59.32%23.14%-
XYZ1.891.964.42-
YUV36.79140.53118.87-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.67%
GREEN value IS 39 (15.62% from 255) = 31.97%
BLUE value IS 59 (23.44% from 255) = 48.36%
R=19.67%
G=31.97%
B=48.36%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal2439590.590.3400.77214.2942.1716.27
Hex18273B3B2204Dd62a10
Octal304773734201153265220
Binary11000100111111011111011100010010011011101011010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18273B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18273B; }

 p { color: rgb(24,39,59); }

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

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

 a { background-color: rgb(24,39,59); }

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

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

 span { border-color: rgb(24,39,59); }

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