#182133

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

Shades of Midnight Express #182133

Tints of Midnight Express #182133

Color information

#182133 (or 0x182133) is unknown color: approx Midnight Express. HEX triplet: 18, 21 and 33. RGB value is (24,33,51). Sum of RGB (Red+Green+Blue) = 24+33+51=108 (14% of max value = 765). Red value is 24 (9.77% from 255 or 22.22% from 108); Green value is 33 (13.28% from 255 or 30.56% from 108); Blue value is 51 (20.31% from 255 or 47.22% from 108); Max value from RGB is 51 - color contains mainly: blue. Hex color #182133 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #182133 is #E7DECC. Grayscale: #202020. Windows color (decimal): -15195853 or 3350808. OLE color: 3350808.

HSL color Cylindrical-coordinate representation of color #182133: hue angle of 220º degrees, saturation: 0.36, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #182133 is Cyan = 0.53, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB243351-
CMYK0.530.3500.8
HSL220º36%14.71%-
HSV(B)220º52.94%20%-
XYZ1.521.523.35-
YUV32.36138.52122.04-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 22.22%
GREEN value IS 33 (13.28% from 255) = 30.56%
BLUE value IS 51 (20.31% from 255) = 47.22%
R=22.22%
G=30.56%
B=47.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal2433510.530.3500.82203614.71
Hex1821333523050dc24f
Octal304163654301203344417
Binary1100010000111001111010110001101010000110111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #182133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #182133; }

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

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

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

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

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

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

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

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