#212434

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

Shades of Midnight Express #212434

Tints of Midnight Express #212434

Color information

#212434 (or 0x212434) is unknown color: approx Midnight Express. HEX triplet: 21, 24 and 34. RGB value is (33,36,52). Sum of RGB (Red+Green+Blue) = 33+36+52=121 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.27% from 121); Green value is 36 (14.45% from 255 or 29.75% from 121); Blue value is 52 (20.70% from 255 or 42.98% from 121); Max value from RGB is 52 - color contains mainly: blue. Hex color #212434 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212434 is #DEDBCB. Grayscale: #242424. Windows color (decimal): -14605260 or 3417121. OLE color: 3417121.

HSL color Cylindrical-coordinate representation of color #212434: hue angle of 230.53º degrees, saturation: 0.22, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #212434 is Cyan = 0.37, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB333652-
CMYK0.370.3100.80
HSL230.53º22.35%16.67%-
HSV(B)230.53º36.54%20.39%-
XYZ1.881.833.5-
YUV36.93136.51125.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.27%
GREEN value IS 36 (14.45% from 255) = 29.75%
BLUE value IS 52 (20.70% from 255) = 42.98%
R=27.27%
G=29.75%
B=42.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3336520.370.3100.80230.5322.3516.67
Hex212434251F050e71611
Octal414464453701203472621
Binary1000011001001101001001011111101010000111001111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212434; }

 p { color: rgb(33,36,52); }

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

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

 a { background-color: rgb(33,36,52); }

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

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

 span { border-color: rgb(33,36,52); }

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