#21223A

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

Shades of Midnight Express #21223A

Tints of Midnight Express #21223A

Color information

#21223A (or 0x21223A) is unknown color: approx Midnight Express. HEX triplet: 21, 22 and 3A. RGB value is (33,34,58). Sum of RGB (Red+Green+Blue) = 33+34+58=125 (16% of max value = 765). Red value is 33 (13.28% from 255 or 26.4% from 125); Green value is 34 (13.67% from 255 or 27.2% from 125); Blue value is 58 (23.05% from 255 or 46.4% from 125); Max value from RGB is 58 - color contains mainly: blue. Hex color #21223A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21223A is #DEDDC5. Grayscale: #242424. Windows color (decimal): -14605766 or 3809825. OLE color: 3809825.

HSL color Cylindrical-coordinate representation of color #21223A: hue angle of 237.6º degrees, saturation: 0.27, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #21223A is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB333458-
CMYK0.430.4100.77
HSL237.6º27.47%17.84%-
HSV(B)237.6º43.1%22.75%-
XYZ1.961.774.24-
YUV36.44140.17125.55-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 26.4%
GREEN value IS 34 (13.67% from 255) = 27.2%
BLUE value IS 58 (23.05% from 255) = 46.4%
R=26.4%
G=27.2%
B=46.4%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3334580.430.4100.77237.627.4717.84
Hex21223A2B2904Dee1b12
Octal414272535101153563322
Binary10000110001011101010101110100101001101111011101101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21223A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21223A; }

 p { color: rgb(33,34,58); }

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

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

 a { background-color: rgb(33,34,58); }

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

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

 span { border-color: rgb(33,34,58); }

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