#212534

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

Shades of Midnight Express #212534

Tints of Midnight Express #212534

Color information

#212534 (or 0x212534) is unknown color: approx Midnight Express. HEX triplet: 21, 25 and 34. RGB value is (33,37,52). Sum of RGB (Red+Green+Blue) = 33+37+52=122 (16% of max value = 765). Red value is 33 (13.28% from 255 or 27.05% from 122); Green value is 37 (14.84% from 255 or 30.33% from 122); Blue value is 52 (20.70% from 255 or 42.62% from 122); Max value from RGB is 52 - color contains mainly: blue. Hex color #212534 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212534 is #DEDACB. Grayscale: #252525. Windows color (decimal): -14605004 or 3417377. OLE color: 3417377.

HSL color Cylindrical-coordinate representation of color #212534: hue angle of 227.37º 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 #212534 is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB333752-
CMYK0.370.2900.80
HSL227.37º22.35%16.67%-
HSV(B)227.37º36.54%20.39%-
XYZ1.911.893.51-
YUV37.51136.17124.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.05%
GREEN value IS 37 (14.84% from 255) = 30.33%
BLUE value IS 52 (20.70% from 255) = 42.62%
R=27.05%
G=30.33%
B=42.62%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal3337520.370.2900.80227.3722.3516.67
Hex212534251D050e31611
Octal414564453501203432621
Binary1000011001011101001001011110101010000111000111011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212534; }

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

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

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

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

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

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

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

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