#212531

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

Shades of Midnight Express #212531

Tints of Midnight Express #212531

Color information

#212531 (or 0x212531) is unknown color: approx Midnight Express. HEX triplet: 21, 25 and 31. RGB value is (33,37,49). Sum of RGB (Red+Green+Blue) = 33+37+49=119 (15% of max value = 765). Red value is 33 (13.28% from 255 or 27.73% from 119); Green value is 37 (14.84% from 255 or 31.09% from 119); Blue value is 49 (19.53% from 255 or 41.18% from 119); Max value from RGB is 49 - color contains mainly: blue. Hex color #212531 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212531 is #DEDACE. Grayscale: #252525. Windows color (decimal): -14605007 or 3220769. OLE color: 3220769.

HSL color Cylindrical-coordinate representation of color #212531: hue angle of 225º degrees, saturation: 0.2, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #212531 is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB333749-
CMYK0.330.2400.81
HSL225º19.51%16.08%-
HSV(B)225º32.65%19.22%-
XYZ1.841.873.17-
YUV37.17134.67125.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 27.73%
GREEN value IS 37 (14.84% from 255) = 31.09%
BLUE value IS 49 (19.53% from 255) = 41.18%
R=27.73%
G=31.09%
B=41.18%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3337490.330.2400.8122519.5116.08
Hex2125312118051e11410
Octal414561413001213412420
Binary1000011001011100011000011100001010001111000011010010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212531; }

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

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

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

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

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

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

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

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