#213042

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

Shades of Midnight #213042

Tints of Midnight #213042

Color information

#213042 (or 0x213042) is unknown color: approx Midnight. HEX triplet: 21, 30 and 42. RGB value is (33,48,66). Sum of RGB (Red+Green+Blue) = 33+48+66=147 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.45% from 147); Green value is 48 (19.14% from 255 or 32.65% from 147); Blue value is 66 (26.17% from 255 or 44.90% from 147); Max value from RGB is 66 - color contains mainly: blue. Hex color #213042 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213042 is #DECFBD. Grayscale: #2D2D2D. Windows color (decimal): -14602174 or 4337697. OLE color: 4337697.

HSL color Cylindrical-coordinate representation of color #213042: hue angle of 212.73º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #213042 is Cyan = 0.5, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB334866-
CMYK0.50.2700.74
HSL212.73º33.33%19.41%-
HSV(B)212.73º50%25.88%-
XYZ2.672.835.56-
YUV45.57139.53119.04-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.45%
GREEN value IS 48 (19.14% from 255) = 32.65%
BLUE value IS 66 (26.17% from 255) = 44.90%
R=22.45%
G=32.65%
B=44.90%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3348660.50.2700.74212.7333.3319.41
Hex213042321B04Ad52113
Octal4160102623301123254123
Binary100001110000100001011001011011010010101101010110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213042; }

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

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

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

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

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

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

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

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