#182141

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

Shades of Midnight Express #182141

Tints of Midnight Express #182141

Color information

#182141 (or 0x182141) is unknown color: approx Midnight Express. HEX triplet: 18, 21 and 41. RGB value is (24,33,65). Sum of RGB (Red+Green+Blue) = 24+33+65=122 (16% of max value = 765). Red value is 24 (9.77% from 255 or 19.67% from 122); Green value is 33 (13.28% from 255 or 27.05% from 122); Blue value is 65 (25.78% from 255 or 53.28% from 122); Max value from RGB is 65 - color contains mainly: blue. Hex color #182141 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182141 is #E7DEBE. Grayscale: #212121. Windows color (decimal): -15195839 or 4268312. OLE color: 4268312.

HSL color Cylindrical-coordinate representation of color #182141: hue angle of 226.83º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #182141 is Cyan = 0.63, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB243365-
CMYK0.630.4900.75
HSL226.83º46.07%17.45%-
HSV(B)226.83º63.08%25.49%-
XYZ1.871.665.22-
YUV33.96145.52120.9-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 19.67%
GREEN value IS 33 (13.28% from 255) = 27.05%
BLUE value IS 65 (25.78% from 255) = 53.28%
R=19.67%
G=27.05%
B=53.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal2433650.630.4900.75226.8346.0717.45
Hex1821413F3104Be32e11
Octal3041101776101133435621
Binary110001000011000001111111110001010010111110001110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182141; }

 p { color: rgb(24,33,65); }

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

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

 a { background-color: rgb(24,33,65); }

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

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

 span { border-color: rgb(24,33,65); }

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