#212632

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

Shades of Midnight Express #212632

Tints of Midnight Express #212632

Color information

#212632 (or 0x212632) is unknown color: approx Midnight Express. HEX triplet: 21, 26 and 32. RGB value is (33,38,50). Sum of RGB (Red+Green+Blue) = 33+38+50=121 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.27% from 121); Green value is 38 (15.23% from 255 or 31.40% from 121); Blue value is 50 (19.92% from 255 or 41.32% from 121); Max value from RGB is 50 - color contains mainly: blue. Hex color #212632 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212632 is #DED9CD. Grayscale: #252525. Windows color (decimal): -14604750 or 3286561. OLE color: 3286561.

HSL color Cylindrical-coordinate representation of color #212632: hue angle of 222.35º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #212632 is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB333850-
CMYK0.340.2400.80
HSL222.35º20.48%16.27%-
HSV(B)222.35º34%19.61%-
XYZ1.91.943.29-
YUV37.87134.84124.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.27%
GREEN value IS 38 (15.23% from 255) = 31.40%
BLUE value IS 50 (19.92% from 255) = 41.32%
R=27.27%
G=31.40%
B=41.32%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3338500.340.2400.80222.3520.4816.27
Hex2126322218050de1410
Octal414662423001203362420
Binary1000011001101100101000101100001010000110111101010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212632

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212632; }

 p { color: rgb(33,38,50); }

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

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

 a { background-color: rgb(33,38,50); }

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

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

 span { border-color: rgb(33,38,50); }

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