#213141

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

Shades of Midnight #213141

Tints of Midnight #213141

Color information

#213141 (or 0x213141) is unknown color: approx Midnight. HEX triplet: 21, 31 and 41. RGB value is (33,49,65). Sum of RGB (Red+Green+Blue) = 33+49+65=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 49 (19.53% from 255 or 33.33% from 147); Blue value is 65 (25.78% from 255 or 44.22% from 147); Max value from RGB is 65 - color contains mainly: blue. Hex color #213141 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213141 is #DECEBE. Grayscale: #2D2D2D. Windows color (decimal): -14601919 or 4272417. OLE color: 4272417.

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

Color convert

RGB334965-
CMYK0.490.2500.75
HSL210º32.65%19.22%-
HSV(B)210º49.23%25.49%-
XYZ2.682.95.42-
YUV46.04138.7118.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.45%
GREEN value IS 49 (19.53% from 255) = 33.33%
BLUE value IS 65 (25.78% from 255) = 44.22%
R=22.45%
G=33.33%
B=44.22%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3349650.490.2500.7521032.6519.22
Hex213141311904Bd22113
Octal4161101613101133224123
Binary100001110001100000111000111001010010111101001010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213141; }

 p { color: rgb(33,49,65); }

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

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

 a { background-color: rgb(33,49,65); }

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

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

 span { border-color: rgb(33,49,65); }

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