#212F3D

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

Shades of Midnight #212F3D

Tints of Midnight #212F3D

Color information

#212F3D (or 0x212F3D) is unknown color: approx Midnight. HEX triplet: 21, 2F and 3D. RGB value is (33,47,61). Sum of RGB (Red+Green+Blue) = 33+47+61=141 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.40% from 141); Green value is 47 (18.75% from 255 or 33.33% from 141); Blue value is 61 (24.22% from 255 or 43.26% from 141); Max value from RGB is 61 - color contains mainly: blue. Hex color #212F3D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212F3D is #DED0C2. Grayscale: #2C2C2C. Windows color (decimal): -14602435 or 4009761. OLE color: 4009761.

HSL color Cylindrical-coordinate representation of color #212F3D: hue angle of 210º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #212F3D is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB334761-
CMYK0.460.2300.76
HSL210º29.79%18.43%-
HSV(B)210º45.9%23.92%-
XYZ2.492.694.8-
YUV44.41137.36119.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.40%
GREEN value IS 47 (18.75% from 255) = 33.33%
BLUE value IS 61 (24.22% from 255) = 43.26%
R=23.40%
G=33.33%
B=43.26%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3347610.460.2300.7621029.7918.43
Hex212F3D2E1704Cd21e12
Octal415775562701143223622
Binary1000011011111111011011101011101001100110100101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,47,61); }

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

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

 a { background-color: rgb(33,47,61); }

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

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

 span { border-color: rgb(33,47,61); }

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