#212541

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

Shades of Midnight Express #212541

Tints of Midnight Express #212541

Color information

#212541 (or 0x212541) is unknown color: approx Midnight Express. HEX triplet: 21, 25 and 41. RGB value is (33,37,65). Sum of RGB (Red+Green+Blue) = 33+37+65=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 37 (14.84% from 255 or 27.41% from 135); Blue value is 65 (25.78% from 255 or 48.15% from 135); Max value from RGB is 65 - color contains mainly: blue. Hex color #212541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #212541 is #DEDABE. Grayscale: #262626. Windows color (decimal): -14604991 or 4269345. OLE color: 4269345.

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

Color convert

RGB333765-
CMYK0.490.4300.75
HSL232.5º32.65%19.22%-
HSV(B)232.5º49.23%25.49%-
XYZ2.242.035.27-
YUV39142.67123.72-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.44%
GREEN value IS 37 (14.84% from 255) = 27.41%
BLUE value IS 65 (25.78% from 255) = 48.15%
R=24.44%
G=27.41%
B=48.15%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3337650.490.4300.75232.532.6519.22
Hex212541312B04Be82113
Octal4145101615301133504123
Binary1000011001011000001110001101011010010111110100010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #212541

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #212541; }

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

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

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

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

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

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

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

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