#213140

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

Shades of Midnight #213140

Tints of Midnight #213140

Color information

#213140 (or 0x213140) is unknown color: approx Midnight. HEX triplet: 21, 31 and 40. RGB value is (33,49,64). Sum of RGB (Red+Green+Blue) = 33+49+64=146 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.60% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 64 (25.39% from 255 or 43.84% from 146); Max value from RGB is 64 - color contains mainly: blue. Hex color #213140 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213140 is #DECEBF. Grayscale: #2D2D2D. Windows color (decimal): -14601920 or 4206881. OLE color: 4206881.

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

Color convert

RGB334964-
CMYK0.480.2300.75
HSL209.03º31.96%19.02%-
HSV(B)209.03º48.44%25.1%-
XYZ2.652.895.27-
YUV45.93138.2118.78-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.60%
GREEN value IS 49 (19.53% from 255) = 33.56%
BLUE value IS 64 (25.39% from 255) = 43.84%
R=22.60%
G=33.56%
B=43.84%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3349640.480.2300.75209.0331.9619.02
Hex213140301704Bd12013
Octal4161100602701133214023
Binary100001110001100000011000010111010010111101000110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213140

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213140; }

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

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

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

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

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

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

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

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