#263040

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

Shades of Midnight #263040

Tints of Midnight #263040

Color information

#263040 (or 0x263040) is unknown color: approx Midnight. HEX triplet: 26, 30 and 40. RGB value is (38,48,64). Sum of RGB (Red+Green+Blue) = 38+48+64=150 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.33% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 64 (25.39% from 255 or 42.67% from 150); Max value from RGB is 64 - color contains mainly: blue. Hex color #263040 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263040 is #D9CFBF. Grayscale: #2E2E2E. Windows color (decimal): -14274496 or 4206630. OLE color: 4206630.

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

Color convert

RGB384864-
CMYK0.410.2500.75
HSL216.92º25.49%20%-
HSV(B)216.92º40.62%25.1%-
XYZ2.782.95.26-
YUV46.83137.69121.7-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.33%
GREEN value IS 48 (19.14% from 255) = 32%
BLUE value IS 64 (25.39% from 255) = 42.67%
R=25.33%
G=32%
B=42.67%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3848640.410.2500.75216.9225.4920
Hex263040291904Bd91914
Octal4660100513101133313124
Binary10011011000010000001010011100101001011110110011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263040; }

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

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

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

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

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

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

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

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