#21273B

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

Shades of Midnight Express #21273B

Tints of Midnight Express #21273B

Color information

#21273B (or 0x21273B) is unknown color: approx Midnight Express. HEX triplet: 21, 27 and 3B. RGB value is (33,39,59). Sum of RGB (Red+Green+Blue) = 33+39+59=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 39 (15.62% from 255 or 29.77% from 131); Blue value is 59 (23.44% from 255 or 45.04% from 131); Max value from RGB is 59 - color contains mainly: blue. Hex color #21273B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21273B is #DED8C4. Grayscale: #272727. Windows color (decimal): -14604485 or 3876641. OLE color: 3876641.

HSL color Cylindrical-coordinate representation of color #21273B: hue angle of 226.15º degrees, saturation: 0.28, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #21273B is Cyan = 0.44, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB333959-
CMYK0.440.3400.77
HSL226.15º28.26%18.04%-
HSV(B)226.15º44.07%23.14%-
XYZ2.142.094.43-
YUV39.49139.01123.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.19%
GREEN value IS 39 (15.62% from 255) = 29.77%
BLUE value IS 59 (23.44% from 255) = 45.04%
R=25.19%
G=29.77%
B=45.04%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3339590.440.3400.77226.1528.2618.04
Hex21273B2C2204De21c12
Octal414773544201153423422
Binary10000110011111101110110010001001001101111000101110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21273B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21273B; }

 p { color: rgb(33,39,59); }

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

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

 a { background-color: rgb(33,39,59); }

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

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

 span { border-color: rgb(33,39,59); }

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