#222631

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

Shades of Midnight Express #222631

Tints of Midnight Express #222631

Color information

#222631 (or 0x222631) is unknown color: approx Midnight Express. HEX triplet: 22, 26 and 31. RGB value is (34,38,49). Sum of RGB (Red+Green+Blue) = 34+38+49=121 (16% of max value = 765). Red value is 34 (13.67% from 255 or 28.10% from 121); Green value is 38 (15.23% from 255 or 31.40% from 121); Blue value is 49 (19.53% from 255 or 40.50% from 121); Max value from RGB is 49 - color contains mainly: blue. Hex color #222631 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222631 is #DDD9CE. Grayscale: #262626. Windows color (decimal): -14539215 or 3221026. OLE color: 3221026.

HSL color Cylindrical-coordinate representation of color #222631: hue angle of 224º degrees, saturation: 0.18, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #222631 is Cyan = 0.31, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB343849-
CMYK0.310.2200.81
HSL224º18.07%16.27%-
HSV(B)224º30.61%19.22%-
XYZ1.911.953.18-
YUV38.06134.17125.11-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 28.10%
GREEN value IS 38 (15.23% from 255) = 31.40%
BLUE value IS 49 (19.53% from 255) = 40.50%
R=28.10%
G=31.40%
B=40.50%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3438490.310.2200.8122418.0716.27
Hex2226311F16051e01210
Octal424661372601213402220
Binary100010100110110001111111011001010001111000001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222631; }

 p { color: rgb(34,38,49); }

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

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

 a { background-color: rgb(34,38,49); }

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

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

 span { border-color: rgb(34,38,49); }

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