#26313E

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

Shades of Midnight #26313E

Tints of Midnight #26313E

Color information

#26313E (or 0x26313E) is unknown color: approx Midnight. HEX triplet: 26, 31 and 3E. RGB value is (38,49,62). Sum of RGB (Red+Green+Blue) = 38+49+62=149 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.50% from 149); Green value is 49 (19.53% from 255 or 32.89% from 149); Blue value is 62 (24.61% from 255 or 41.61% from 149); Max value from RGB is 62 - color contains mainly: blue. Hex color #26313E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26313E is #D9CEC1. Grayscale: #2F2F2F. Windows color (decimal): -14274242 or 4075814. OLE color: 4075814.

HSL color Cylindrical-coordinate representation of color #26313E: hue angle of 212.5º degrees, saturation: 0.24, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #26313E is Cyan = 0.39, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB384962-
CMYK0.390.2100.76
HSL212.5º24%19.61%-
HSV(B)212.5º38.71%24.31%-
XYZ2.772.964.98-
YUV47.19136.36121.44-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.50%
GREEN value IS 49 (19.53% from 255) = 32.89%
BLUE value IS 62 (24.61% from 255) = 41.61%
R=25.50%
G=32.89%
B=41.61%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3849620.390.2100.76212.52419.61
Hex26313E271504Cd41814
Octal466176472501143243024
Binary1001101100011111101001111010101001100110101001100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26313E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #26313E; }

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

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

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

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

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

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

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

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