Html Css Color HEX #222631 Midnight Express

📋 copy color: '#222631'

red 34 ◦ green 38 ◦ blue 49

#222631
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #222631

Tints of Midnight Express #222631

RGB

 RED value IS 34 (13.67% from 255) = 28.1%

 GREEN value IS 38 (15.23% from 255) = 31.4%

 BLUE value IS 49 (19.53% from 255) = 40.5%

R = 28.1%
G = 31.4%
B = 40.5%

CMYK

 C value IS 0.31

 M value IS 0.22

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#222631 (or 0x222631) is known color: 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

RGB 34 38 49 -
CMYK 0.31 0.22 0 0.81
HSL 224º 0.18% 0.16% -
HSV(B) 224º 0.31% 0.19% -
XYZ 1.91 1.95 3.18 -
YUV 38.06 134.17 125.11 -
System Red Green Blue C M Y K H S L
Decimal 34 38 49 0.31 0.22 0 0.81 224 0.18 0.16
Hex 22 26 31 1F 16 0 51 E0 12 10
Octal 42 46 61 37 26 0 121 340 22 20
Binary 100010 100110 110001 11111 10110 0 1010001 11100000 10010 10000

Color Harmonies of #222631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #222631

Black with #222631

Text Example


Text Example

White with #222631

Text Example


Text Example

HTML Codes & Css Web 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>