#21303F

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

Shades of Midnight #21303F

Tints of Midnight #21303F

Color information

#21303F (or 0x21303F) is unknown color: approx Midnight. HEX triplet: 21, 30 and 3F. RGB value is (33,48,63). Sum of RGB (Red+Green+Blue) = 33+48+63=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 48 (19.14% from 255 or 33.33% from 144); Blue value is 63 (25% from 255 or 43.75% from 144); Max value from RGB is 63 - color contains mainly: blue. Hex color #21303F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21303F is #DECFC0. Grayscale: #2D2D2D. Windows color (decimal): -14602177 or 4141089. OLE color: 4141089.

HSL color Cylindrical-coordinate representation of color #21303F: hue angle of 210º 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 #21303F is Cyan = 0.48, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB334863-
CMYK0.480.2400.75
HSL210º31.25%18.82%-
HSV(B)210º47.62%24.71%-
XYZ2.582.85.11-
YUV45.22138.03119.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.92%
GREEN value IS 48 (19.14% from 255) = 33.33%
BLUE value IS 63 (25% from 255) = 43.75%
R=22.92%
G=33.33%
B=43.75%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3348630.480.2400.7521031.2518.82
Hex21303F301804Bd21f13
Octal416077603001133223723
Binary1000011100001111111100001100001001011110100101111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21303F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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