#262D41

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

Shades of Midnight Express #262D41

Tints of Midnight Express #262D41

Color information

#262D41 (or 0x262D41) is unknown color: approx Midnight Express. HEX triplet: 26, 2D and 41. RGB value is (38,45,65). Sum of RGB (Red+Green+Blue) = 38+45+65=148 (19% of max value = 765). Red value is 38 (15.23% from 255 or 25.68% from 148); Green value is 45 (17.97% from 255 or 30.41% from 148); Blue value is 65 (25.78% from 255 or 43.92% from 148); Max value from RGB is 65 - color contains mainly: blue. Hex color #262D41 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #262D41 is #D9D2BE. Grayscale: #2D2D2D. Windows color (decimal): -14275263 or 4271398. OLE color: 4271398.

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

Color convert

RGB384565-
CMYK0.420.3100.75
HSL224.44º26.21%20.2%-
HSV(B)224.44º41.54%25.49%-
XYZ2.692.675.37-
YUV45.19139.18122.87-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25.68%
GREEN value IS 45 (17.97% from 255) = 30.41%
BLUE value IS 65 (25.78% from 255) = 43.92%
R=25.68%
G=30.41%
B=43.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3845650.420.3100.75224.4426.2120.2
Hex262D412A1F04Be01a14
Octal4655101523701133403224
Binary10011010110110000011010101111101001011111000001101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #262D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #262D41; }

 p { color: rgb(38,45,65); }

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

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

 a { background-color: rgb(38,45,65); }

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

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

 span { border-color: rgb(38,45,65); }

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