#212942

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

Shades of Midnight Express #212942

Tints of Midnight Express #212942

Color information

#212942 (or 0x212942) is unknown color: approx Midnight Express. HEX triplet: 21, 29 and 42. RGB value is (33,41,66). Sum of RGB (Red+Green+Blue) = 33+41+66=140 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.57% from 140); Green value is 41 (16.41% from 255 or 29.29% from 140); Blue value is 66 (26.17% from 255 or 47.14% from 140); Max value from RGB is 66 - color contains mainly: blue. Hex color #212942 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212942 is #DED6BD. Grayscale: #292929. Windows color (decimal): -14603966 or 4335905. OLE color: 4335905.

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

Color convert

RGB334166-
CMYK0.50.3800.74
HSL225.45º33.33%19.41%-
HSV(B)225.45º50%25.88%-
XYZ2.42.35.47-
YUV41.46141.85121.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.57%
GREEN value IS 41 (16.41% from 255) = 29.29%
BLUE value IS 66 (26.17% from 255) = 47.14%
R=23.57%
G=29.29%
B=47.14%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3341660.50.3800.74225.4533.3319.41
Hex212942322604Ae12113
Octal4151102624601123414123
Binary1000011010011000010110010100110010010101110000110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212942; }

 p { color: rgb(33,41,66); }

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

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

 a { background-color: rgb(33,41,66); }

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

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

 span { border-color: rgb(33,41,66); }

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