#21293D

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

Shades of Midnight Express #21293D

Tints of Midnight Express #21293D

Color information

#21293D (or 0x21293D) is unknown color: approx Midnight Express. HEX triplet: 21, 29 and 3D. RGB value is (33,41,61). Sum of RGB (Red+Green+Blue) = 33+41+61=135 (17% of max value = 765). Red value is 33 (13.28% from 255 or 24.44% from 135); Green value is 41 (16.41% from 255 or 30.37% from 135); Blue value is 61 (24.22% from 255 or 45.19% from 135); Max value from RGB is 61 - color contains mainly: blue. Hex color #21293D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21293D is #DED6C2. Grayscale: #282828. Windows color (decimal): -14603971 or 4008225. OLE color: 4008225.

HSL color Cylindrical-coordinate representation of color #21293D: hue angle of 222.86º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #21293D is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB334161-
CMYK0.460.3300.76
HSL222.86º29.79%18.43%-
HSV(B)222.86º45.9%23.92%-
XYZ2.262.254.73-
YUV40.89139.35122.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 24.44%
GREEN value IS 41 (16.41% from 255) = 30.37%
BLUE value IS 61 (24.22% from 255) = 45.19%
R=24.44%
G=30.37%
B=45.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3341610.460.3300.76222.8629.7918.43
Hex21293D2E2104Cdf1e12
Octal415175564101143373622
Binary10000110100111110110111010000101001100110111111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21293D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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