#26293A

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

Shades of Midnight Express #26293A

Tints of Midnight Express #26293A

Color information

#26293A (or 0x26293A) is unknown color: approx Midnight Express. HEX triplet: 26, 29 and 3A. RGB value is (38,41,58). Sum of RGB (Red+Green+Blue) = 38+41+58=137 (18% of max value = 765). Red value is 38 (15.23% from 255 or 27.74% from 137); Green value is 41 (16.41% from 255 or 29.93% from 137); Blue value is 58 (23.05% from 255 or 42.34% from 137); Max value from RGB is 58 - color contains mainly: blue. Hex color #26293A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26293A is #D9D6C5. Grayscale: #292929. Windows color (decimal): -14276294 or 3811622. OLE color: 3811622.

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

Color convert

RGB384158-
CMYK0.340.2900.77
HSL231º20.83%18.82%-
HSV(B)231º34.48%22.75%-
XYZ2.362.34.32-
YUV42.04137.01125.12-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 27.74%
GREEN value IS 41 (16.41% from 255) = 29.93%
BLUE value IS 58 (23.05% from 255) = 42.34%
R=27.74%
G=29.93%
B=42.34%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal3841580.340.2900.7723120.8318.82
Hex26293A221D04De71513
Octal465172423501153472523
Binary1001101010011110101000101110101001101111001111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26293A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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