#212A37

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

Shades of Midnight #212A37

Tints of Midnight #212A37

Color information

#212A37 (or 0x212A37) is unknown color: approx Midnight. HEX triplet: 21, 2A and 37. RGB value is (33,42,55). Sum of RGB (Red+Green+Blue) = 33+42+55=130 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.38% from 130); Green value is 42 (16.80% from 255 or 32.31% from 130); Blue value is 55 (21.88% from 255 or 42.31% from 130); Max value from RGB is 55 - color contains mainly: blue. Hex color #212A37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212A37 is #DED5C8. Grayscale: #282828. Windows color (decimal): -14603721 or 3615265. OLE color: 3615265.

HSL color Cylindrical-coordinate representation of color #212A37: hue angle of 215.45º degrees, saturation: 0.25, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #212A37 is Cyan = 0.4, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB334255-
CMYK0.40.2400.78
HSL215.45º25%17.25%-
HSV(B)215.45º40%21.57%-
XYZ2.142.263.94-
YUV40.79136.02122.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.38%
GREEN value IS 42 (16.80% from 255) = 32.31%
BLUE value IS 55 (21.88% from 255) = 42.31%
R=25.38%
G=32.31%
B=42.31%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3342550.40.2400.78215.452517.25
Hex212A37281804Ed71911
Octal415267503001163273121
Binary1000011010101101111010001100001001110110101111100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,42,55); }

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

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

 a { background-color: rgb(33,42,55); }

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

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

 span { border-color: rgb(33,42,55); }

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