#212532

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

Shades of Midnight Express #212532

Tints of Midnight Express #212532

Color information

#212532 (or 0x212532) is unknown color: approx Midnight Express. HEX triplet: 21, 25 and 32. RGB value is (33,37,50). Sum of RGB (Red+Green+Blue) = 33+37+50=120 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.5% from 120); Green value is 37 (14.84% from 255 or 30.83% from 120); Blue value is 50 (19.92% from 255 or 41.67% from 120); Max value from RGB is 50 - color contains mainly: blue. Hex color #212532 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212532 is #DEDACD. Grayscale: #252525. Windows color (decimal): -14605006 or 3286305. OLE color: 3286305.

HSL color Cylindrical-coordinate representation of color #212532: hue angle of 225.88º 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 #212532 is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB333750-
CMYK0.340.2600.80
HSL225.88º20.48%16.27%-
HSV(B)225.88º34%19.61%-
XYZ1.861.883.28-
YUV37.29135.17124.94-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.5%
GREEN value IS 37 (14.84% from 255) = 30.83%
BLUE value IS 50 (19.92% from 255) = 41.67%
R=27.5%
G=30.83%
B=41.67%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3337500.340.2600.80225.8820.4816.27
Hex212532221A050e21410
Octal414562423201203422420
Binary1000011001011100101000101101001010000111000101010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212532; }

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

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

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

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

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

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

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

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