#212239

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

Shades of Midnight Express #212239

Tints of Midnight Express #212239

Color information

#212239 (or 0x212239) is unknown color: approx Midnight Express. HEX triplet: 21, 22 and 39. RGB value is (33,34,57). Sum of RGB (Red+Green+Blue) = 33+34+57=124 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.61% from 124); Green value is 34 (13.67% from 255 or 27.42% from 124); Blue value is 57 (22.66% from 255 or 45.97% from 124); Max value from RGB is 57 - color contains mainly: blue. Hex color #212239 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212239 is #DEDDC6. Grayscale: #242424. Windows color (decimal): -14605767 or 3744289. OLE color: 3744289.

HSL color Cylindrical-coordinate representation of color #212239: hue angle of 237.5º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #212239 is Cyan = 0.42, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB333457-
CMYK0.420.4000.78
HSL237.5º26.67%17.65%-
HSV(B)237.5º42.11%22.35%-
XYZ1.941.764.11-
YUV36.32139.67125.63-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.61%
GREEN value IS 34 (13.67% from 255) = 27.42%
BLUE value IS 57 (22.66% from 255) = 45.97%
R=26.61%
G=27.42%
B=45.97%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3334570.420.4000.78237.526.6717.65
Hex2122392A2804Eee1b12
Octal414271525001163563322
Binary10000110001011100110101010100001001110111011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212239

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212239; }

 p { color: rgb(33,34,57); }

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

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

 a { background-color: rgb(33,34,57); }

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

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

 span { border-color: rgb(33,34,57); }

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