#26343F

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

Shades of Midnight #26343F

Tints of Midnight #26343F

Color information

#26343F (or 0x26343F) is unknown color: approx Midnight. HEX triplet: 26, 34 and 3F. RGB value is (38,52,63). Sum of RGB (Red+Green+Blue) = 38+52+63=153 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.84% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 63 (25% from 255 or 41.18% from 153); Max value from RGB is 63 - color contains mainly: blue. Hex color #26343F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #26343F is #D9CBC0. Grayscale: #313131. Windows color (decimal): -14273473 or 4142118. OLE color: 4142118.

HSL color Cylindrical-coordinate representation of color #26343F: hue angle of 206.4º 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 #26343F is Cyan = 0.40, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB385263-
CMYK0.400.1700.75
HSL206.4º24.75%19.8%-
HSV(B)206.4º39.68%24.71%-
XYZ2.923.235.17-
YUV49.07135.86120.11-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.84%
GREEN value IS 52 (20.70% from 255) = 33.99%
BLUE value IS 63 (25% from 255) = 41.18%
R=24.84%
G=33.99%
B=41.18%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3852630.400.1700.75206.424.7519.8
Hex26343F281104Bce1914
Octal466477502101133163124
Binary1001101101001111111010001000101001011110011101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #26343F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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