#212D41

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

Shades of Midnight #212D41

Tints of Midnight #212D41

Color information

#212D41 (or 0x212D41) is unknown color: approx Midnight. HEX triplet: 21, 2D and 41. RGB value is (33,45,65). Sum of RGB (Red+Green+Blue) = 33+45+65=143 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.08% from 143); Green value is 45 (17.97% from 255 or 31.47% from 143); Blue value is 65 (25.78% from 255 or 45.45% from 143); Max value from RGB is 65 - color contains mainly: blue. Hex color #212D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212D41 is #DED2BE. Grayscale: #2B2B2B. Windows color (decimal): -14602943 or 4271393. OLE color: 4271393.

HSL color Cylindrical-coordinate representation of color #212D41: hue angle of 217.5º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #212D41 is Cyan = 0.49, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB334565-
CMYK0.490.3100.75
HSL217.5º32.65%19.22%-
HSV(B)217.5º49.23%25.49%-
XYZ2.522.585.37-
YUV43.69140.02120.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.08%
GREEN value IS 45 (17.97% from 255) = 31.47%
BLUE value IS 65 (25.78% from 255) = 45.45%
R=23.08%
G=31.47%
B=45.45%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3345650.490.3100.75217.532.6519.22
Hex212D41311F04Bda2113
Octal4155101613701133324123
Binary100001101101100000111000111111010010111101101010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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