#212533

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

Shades of Midnight Express #212533

Tints of Midnight Express #212533

Color information

#212533 (or 0x212533) is unknown color: approx Midnight Express. HEX triplet: 21, 25 and 33. RGB value is (33,37,51). Sum of RGB (Red+Green+Blue) = 33+37+51=121 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.27% from 121); Green value is 37 (14.84% from 255 or 30.58% from 121); Blue value is 51 (20.31% from 255 or 42.15% from 121); Max value from RGB is 51 - color contains mainly: blue. Hex color #212533 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212533 is #DEDACC. Grayscale: #252525. Windows color (decimal): -14605005 or 3351841. OLE color: 3351841.

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

Color convert

RGB333751-
CMYK0.350.2700.8
HSL226.67º21.43%16.47%-
HSV(B)226.67º35.29%20%-
XYZ1.891.893.4-
YUV37.4135.67124.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.27%
GREEN value IS 37 (14.84% from 255) = 30.58%
BLUE value IS 51 (20.31% from 255) = 42.15%
R=27.27%
G=30.58%
B=42.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal3337510.350.2700.8226.6721.4316.47
Hex212533231B050e31510
Octal414563433301203432520
Binary1000011001011100111000111101101010000111000111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212533; }

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

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

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

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

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

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

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

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