#26313F

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

Shades of Midnight #26313F

Tints of Midnight #26313F

Color information

#26313F (or 0x26313F) is unknown color: approx Midnight. HEX triplet: 26, 31 and 3F. RGB value is (38,49,63). Sum of RGB (Red+Green+Blue) = 38+49+63=150 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.33% from 150); Green value is 49 (19.53% from 255 or 32.67% from 150); Blue value is 63 (25% from 255 or 42% from 150); Max value from RGB is 63 - color contains mainly: blue. Hex color #26313F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26313F is #D9CEC0. Grayscale: #2F2F2F. Windows color (decimal): -14274241 or 4141350. OLE color: 4141350.

HSL color Cylindrical-coordinate representation of color #26313F: hue angle of 213.6º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #26313F is Cyan = 0.40, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB384963-
CMYK0.400.2200.75
HSL213.6º24.75%19.8%-
HSV(B)213.6º39.68%24.71%-
XYZ2.792.975.13-
YUV47.31136.86121.36-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.33%
GREEN value IS 49 (19.53% from 255) = 32.67%
BLUE value IS 63 (25% from 255) = 42%
R=25.33%
G=32.67%
B=42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3849630.400.2200.75213.624.7519.8
Hex26313F281604Bd61914
Octal466177502601133263124
Binary1001101100011111111010001011001001011110101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26313F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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