#212847

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

Shades of Midnight Express #212847

Tints of Midnight Express #212847

Color information

#212847 (or 0x212847) is unknown color: approx Midnight Express. HEX triplet: 21, 28 and 47. RGB value is (33,40,71). Sum of RGB (Red+Green+Blue) = 33+40+71=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 40 (16.02% from 255 or 27.78% from 144); Blue value is 71 (28.12% from 255 or 49.31% from 144); Max value from RGB is 71 - color contains mainly: blue. Hex color #212847 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212847 is #DED7B8. Grayscale: #292929. Windows color (decimal): -14604217 or 4663329. OLE color: 4663329.

HSL color Cylindrical-coordinate representation of color #212847: hue angle of 228.95º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #212847 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB334071-
CMYK0.540.4400.72
HSL228.95º36.54%20.39%-
HSV(B)228.95º53.52%27.84%-
XYZ2.522.36.27-
YUV41.44144.68121.98-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.92%
GREEN value IS 40 (16.02% from 255) = 27.78%
BLUE value IS 71 (28.12% from 255) = 49.31%
R=22.92%
G=27.78%
B=49.31%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3340710.540.4400.72228.9536.5420.39
Hex212847362C048e52514
Octal4150107665401103454524
Binary1000011010001000111110110101100010010001110010110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212847; }

 p { color: rgb(33,40,71); }

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

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

 a { background-color: rgb(33,40,71); }

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

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

 span { border-color: rgb(33,40,71); }

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