#212535

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

Shades of Midnight Express #212535

Tints of Midnight Express #212535

Color information

#212535 (or 0x212535) is unknown color: approx Midnight Express. HEX triplet: 21, 25 and 35. RGB value is (33,37,53). Sum of RGB (Red+Green+Blue) = 33+37+53=123 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.83% from 123); Green value is 37 (14.84% from 255 or 30.08% from 123); Blue value is 53 (21.09% from 255 or 43.09% from 123); Max value from RGB is 53 - color contains mainly: blue. Hex color #212535 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212535 is #DEDACA. Grayscale: #252525. Windows color (decimal): -14605003 or 3482913. OLE color: 3482913.

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

Color convert

RGB333753-
CMYK0.380.3000.79
HSL228º23.26%16.86%-
HSV(B)228º37.74%20.78%-
XYZ1.931.93.63-
YUV37.63136.67124.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.83%
GREEN value IS 37 (14.84% from 255) = 30.08%
BLUE value IS 53 (21.09% from 255) = 43.09%
R=26.83%
G=30.08%
B=43.09%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3337530.380.3000.7922823.2616.86
Hex212535261E04Fe41711
Octal414565463601173442721
Binary1000011001011101011001101111001001111111001001011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212535; }

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

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

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

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

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

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

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

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