#212836

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

Shades of Midnight Express #212836

Tints of Midnight Express #212836

Color information

#212836 (or 0x212836) is unknown color: approx Midnight Express. HEX triplet: 21, 28 and 36. RGB value is (33,40,54). Sum of RGB (Red+Green+Blue) = 33+40+54=127 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.98% from 127); Green value is 40 (16.02% from 255 or 31.50% from 127); Blue value is 54 (21.48% from 255 or 42.52% from 127); Max value from RGB is 54 - color contains mainly: blue. Hex color #212836 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212836 is #DED7C9. Grayscale: #272727. Windows color (decimal): -14604234 or 3549217. OLE color: 3549217.

HSL color Cylindrical-coordinate representation of color #212836: hue angle of 220º degrees, saturation: 0.24, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #212836 is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB334054-
CMYK0.390.2600.79
HSL220º24.14%17.06%-
HSV(B)220º38.89%21.18%-
XYZ2.052.113.79-
YUV39.5136.18123.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.98%
GREEN value IS 40 (16.02% from 255) = 31.50%
BLUE value IS 54 (21.48% from 255) = 42.52%
R=25.98%
G=31.50%
B=42.52%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3340540.390.2600.7922024.1417.06
Hex212836271A04Fdc1811
Octal415066473201173343021
Binary1000011010001101101001111101001001111110111001100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212836

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212836; }

 p { color: rgb(33,40,54); }

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

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

 a { background-color: rgb(33,40,54); }

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

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

 span { border-color: rgb(33,40,54); }

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