#26293B

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

Shades of Midnight Express #26293B

Tints of Midnight Express #26293B

Color information

#26293B (or 0x26293B) is unknown color: approx Midnight Express. HEX triplet: 26, 29 and 3B. RGB value is (38,41,59). Sum of RGB (Red+Green+Blue) = 38+41+59=138 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.54% from 138); Green value is 41 (16.41% from 255 or 29.71% from 138); Blue value is 59 (23.44% from 255 or 42.75% from 138); Max value from RGB is 59 - color contains mainly: blue. Hex color #26293B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26293B is #D9D6C4. Grayscale: #2A2A2A. Windows color (decimal): -14276293 or 3877158. OLE color: 3877158.

HSL color Cylindrical-coordinate representation of color #26293B: hue angle of 231.43º degrees, saturation: 0.22, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #26293B is Cyan = 0.36, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB384159-
CMYK0.360.3100.77
HSL231.43º21.65%19.02%-
HSV(B)231.43º35.59%23.14%-
XYZ2.382.314.46-
YUV42.16137.51125.04-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.54%
GREEN value IS 41 (16.41% from 255) = 29.71%
BLUE value IS 59 (23.44% from 255) = 42.75%
R=27.54%
G=29.71%
B=42.75%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3841590.360.3100.77231.4321.6519.02
Hex26293B241F04De71613
Octal465173443701153472623
Binary1001101010011110111001001111101001101111001111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26293B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26293B; }

 p { color: rgb(38,41,59); }

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

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

 a { background-color: rgb(38,41,59); }

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

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

 span { border-color: rgb(38,41,59); }

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