#21253E

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

Shades of Midnight Express #21253E

Tints of Midnight Express #21253E

Color information

#21253E (or 0x21253E) is unknown color: approx Midnight Express. HEX triplet: 21, 25 and 3E. RGB value is (33,37,62). Sum of RGB (Red+Green+Blue) = 33+37+62=132 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25% from 132); Green value is 37 (14.84% from 255 or 28.03% from 132); Blue value is 62 (24.61% from 255 or 46.97% from 132); Max value from RGB is 62 - color contains mainly: blue. Hex color #21253E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21253E is #DEDAC1. Grayscale: #262626. Windows color (decimal): -14604994 or 4072737. OLE color: 4072737.

HSL color Cylindrical-coordinate representation of color #21253E: hue angle of 231.72º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #21253E is Cyan = 0.47, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB333762-
CMYK0.470.4000.76
HSL231.72º30.53%18.63%-
HSV(B)231.72º46.77%24.31%-
XYZ2.161.994.83-
YUV38.65141.17123.97-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25%
GREEN value IS 37 (14.84% from 255) = 28.03%
BLUE value IS 62 (24.61% from 255) = 46.97%
R=25%
G=28.03%
B=46.97%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3337620.470.4000.76231.7230.5318.63
Hex21253E2F2804Ce81f13
Octal414576575001143503723
Binary10000110010111111010111110100001001100111010001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21253E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21253E; }

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

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

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

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

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

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

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

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