#21323F

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

Shades of Midnight #21323F

Tints of Midnight #21323F

Color information

#21323F (or 0x21323F) is unknown color: approx Midnight. HEX triplet: 21, 32 and 3F. RGB value is (33,50,63). Sum of RGB (Red+Green+Blue) = 33+50+63=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 63 (25% from 255 or 43.15% from 146); Max value from RGB is 63 - color contains mainly: blue. Hex color #21323F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21323F is #DECDC0. Grayscale: #2E2E2E. Windows color (decimal): -14601665 or 4141601. OLE color: 4141601.

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

Color convert

RGB335063-
CMYK0.480.2100.75
HSL206º31.25%18.82%-
HSV(B)206º47.62%24.71%-
XYZ2.672.965.13-
YUV46.4137.37118.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.60%
GREEN value IS 50 (19.92% from 255) = 34.25%
BLUE value IS 63 (25% from 255) = 43.15%
R=22.60%
G=34.25%
B=43.15%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3350630.480.2100.7520631.2518.82
Hex21323F301504Bce1f13
Octal416277602501133163723
Binary1000011100101111111100001010101001011110011101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21323F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21323F; }

 p { color: rgb(33,50,63); }

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

<style>
 a { background-color: #21323F; }

 a { background-color: rgb(33,50,63); }

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

<style>
 span { border-color: #21323F; }

 span { border-color: rgb(33,50,63); }

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