#212735

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

Shades of Midnight Express #212735

Tints of Midnight Express #212735

Color information

#212735 (or 0x212735) is unknown color: approx Midnight Express. HEX triplet: 21, 27 and 35. RGB value is (33,39,53). Sum of RGB (Red+Green+Blue) = 33+39+53=125 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.4% from 125); Green value is 39 (15.62% from 255 or 31.2% from 125); Blue value is 53 (21.09% from 255 or 42.4% from 125); Max value from RGB is 53 - color contains mainly: blue. Hex color #212735 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212735 is #DED8CA. Grayscale: #262626. Windows color (decimal): -14604491 or 3483425. OLE color: 3483425.

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

Color convert

RGB333953-
CMYK0.380.2600.79
HSL222º23.26%16.86%-
HSV(B)222º37.74%20.78%-
XYZ22.033.66-
YUV38.8136.01123.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.4%
GREEN value IS 39 (15.62% from 255) = 31.2%
BLUE value IS 53 (21.09% from 255) = 42.4%
R=26.4%
G=31.2%
B=42.4%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal3339530.380.2600.7922223.2616.86
Hex212735261A04Fde1711
Octal414765463201173362721
Binary1000011001111101011001101101001001111110111101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212735; }

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

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

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

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

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

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

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

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