#21293F

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

Shades of Midnight Express #21293F

Tints of Midnight Express #21293F

Color information

#21293F (or 0x21293F) is unknown color: approx Midnight Express. HEX triplet: 21, 29 and 3F. RGB value is (33,41,63). Sum of RGB (Red+Green+Blue) = 33+41+63=137 (18% of max value = 765). Red value is 33 (13.28% from 255 or 24.09% from 137); Green value is 41 (16.41% from 255 or 29.93% from 137); Blue value is 63 (25% from 255 or 45.99% from 137); Max value from RGB is 63 - color contains mainly: blue. Hex color #21293F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21293F is #DED6C0. Grayscale: #292929. Windows color (decimal): -14603969 or 4139297. OLE color: 4139297.

HSL color Cylindrical-coordinate representation of color #21293F: hue angle of 224º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #21293F is Cyan = 0.48, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB334163-
CMYK0.480.3500.75
HSL224º31.25%18.82%-
HSV(B)224º47.62%24.71%-
XYZ2.322.275.02-
YUV41.12140.35122.21-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.09%
GREEN value IS 41 (16.41% from 255) = 29.93%
BLUE value IS 63 (25% from 255) = 45.99%
R=24.09%
G=29.93%
B=45.99%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3341630.480.3500.7522431.2518.82
Hex21293F302304Be01f13
Octal415177604301133403723
Binary10000110100111111111000010001101001011111000001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21293F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21293F; }

 p { color: rgb(33,41,63); }

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

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

 a { background-color: rgb(33,41,63); }

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

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

 span { border-color: rgb(33,41,63); }

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