#212B39

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

Shades of Midnight #212B39

Tints of Midnight #212B39

Color information

#212B39 (or 0x212B39) is unknown color: approx Midnight. HEX triplet: 21, 2B and 39. RGB value is (33,43,57). Sum of RGB (Red+Green+Blue) = 33+43+57=133 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.81% from 133); Green value is 43 (17.19% from 255 or 32.33% from 133); Blue value is 57 (22.66% from 255 or 42.86% from 133); Max value from RGB is 57 - color contains mainly: blue. Hex color #212B39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212B39 is #DED4C6. Grayscale: #292929. Windows color (decimal): -14603463 or 3746593. OLE color: 3746593.

HSL color Cylindrical-coordinate representation of color #212B39: hue angle of 215º 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 #212B39 is Cyan = 0.42, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB334357-
CMYK0.420.2500.78
HSL215º26.67%17.65%-
HSV(B)215º42.11%22.35%-
XYZ2.232.354.21-
YUV41.61136.69121.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.81%
GREEN value IS 43 (17.19% from 255) = 32.33%
BLUE value IS 57 (22.66% from 255) = 42.86%
R=24.81%
G=32.33%
B=42.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal3343570.420.2500.7821526.6717.65
Hex212B392A1904Ed71b12
Octal415371523101163273322
Binary1000011010111110011010101100101001110110101111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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