#212D39

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

Shades of Midnight #212D39

Tints of Midnight #212D39

Color information

#212D39 (or 0x212D39) is unknown color: approx Midnight. HEX triplet: 21, 2D and 39. RGB value is (33,45,57). Sum of RGB (Red+Green+Blue) = 33+45+57=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 45 (17.97% from 255 or 33.33% from 135); Blue value is 57 (22.66% from 255 or 42.22% from 135); Max value from RGB is 57 - color contains mainly: blue. Hex color #212D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212D39 is #DED2C6. Grayscale: #2A2A2A. Windows color (decimal): -14602951 or 3747105. OLE color: 3747105.

HSL color Cylindrical-coordinate representation of color #212D39: hue angle of 210º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #212D39 is Cyan = 0.42, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB334557-
CMYK0.420.2100.78
HSL210º26.67%17.65%-
HSV(B)210º42.11%22.35%-
XYZ2.32.54.23-
YUV42.78136.02121.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.44%
GREEN value IS 45 (17.97% from 255) = 33.33%
BLUE value IS 57 (22.66% from 255) = 42.22%
R=24.44%
G=33.33%
B=42.22%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3345570.420.2100.7821026.6717.65
Hex212D392A1504Ed21b12
Octal415571522501163223322
Binary1000011011011110011010101010101001110110100101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212D39; }

 p { color: rgb(33,45,57); }

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

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

 a { background-color: rgb(33,45,57); }

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

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

 span { border-color: rgb(33,45,57); }

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