#222630

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

Shades of Midnight Express #222630

Tints of Midnight Express #222630

Color information

#222630 (or 0x222630) is unknown color: approx Midnight Express. HEX triplet: 22, 26 and 30. RGB value is (34,38,48). Sum of RGB (Red+Green+Blue) = 34+38+48=120 (15% of max value = 765). Red value is 34 (13.67% from 255 or 28.33% from 120); Green value is 38 (15.23% from 255 or 31.67% from 120); Blue value is 48 (19.14% from 255 or 40% from 120); Max value from RGB is 48 - color contains mainly: blue. Hex color #222630 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #222630 is #DDD9CF. Grayscale: #252525. Windows color (decimal): -14539216 or 3155490. OLE color: 3155490.

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

Color convert

RGB343848-
CMYK0.290.2100.81
HSL222.86º17.07%16.08%-
HSV(B)222.86º29.17%18.82%-
XYZ1.891.943.07-
YUV37.94133.67125.19-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 28.33%
GREEN value IS 38 (15.23% from 255) = 31.67%
BLUE value IS 48 (19.14% from 255) = 40%
R=28.33%
G=31.67%
B=40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal3438480.290.2100.81222.8617.0716.08
Hex2226301D15051df1110
Octal424660352501213372120
Binary100010100110110000111011010101010001110111111000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #222630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #222630; }

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

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

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

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

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

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

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

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