#213240

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

Shades of Midnight #213240

Tints of Midnight #213240

Color information

#213240 (or 0x213240) is unknown color: approx Midnight. HEX triplet: 21, 32 and 40. RGB value is (33,50,64). Sum of RGB (Red+Green+Blue) = 33+50+64=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 64 (25.39% from 255 or 43.54% from 147); Max value from RGB is 64 - color contains mainly: blue. Hex color #213240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213240 is #DECDBF. Grayscale: #2E2E2E. Windows color (decimal): -14601664 or 4207137. OLE color: 4207137.

HSL color Cylindrical-coordinate representation of color #213240: hue angle of 207.1º degrees, saturation: 0.32, 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 #213240 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB335064-
CMYK0.480.2200.75
HSL207.1º31.96%19.02%-
HSV(B)207.1º48.44%25.1%-
XYZ2.692.975.28-
YUV46.51137.87118.36-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.45%
GREEN value IS 50 (19.92% from 255) = 34.01%
BLUE value IS 64 (25.39% from 255) = 43.54%
R=22.45%
G=34.01%
B=43.54%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3350640.480.2200.75207.131.9619.02
Hex213240301604Bcf2013
Octal4162100602601133174023
Binary100001110010100000011000010110010010111100111110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213240; }

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

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

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

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

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

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

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

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