#263240

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

Shades of Midnight #263240

Tints of Midnight #263240

Color information

#263240 (or 0x263240) is unknown color: approx Midnight. HEX triplet: 26, 32 and 40. RGB value is (38,50,64). Sum of RGB (Red+Green+Blue) = 38+50+64=152 (20% of max value = 765). Red value is 38 (15.23% from 255 or 25% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 64 (25.39% from 255 or 42.11% from 152); Max value from RGB is 64 - color contains mainly: blue. Hex color #263240 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263240 is #D9CDBF. Grayscale: #2F2F2F. Windows color (decimal): -14273984 or 4207142. OLE color: 4207142.

HSL color Cylindrical-coordinate representation of color #263240: hue angle of 212.31º 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 #263240 is Cyan = 0.41, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB385064-
CMYK0.410.2200.75
HSL212.31º25.49%20%-
HSV(B)212.31º40.62%25.1%-
XYZ2.873.065.29-
YUV48.01137.02120.86-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 25%
GREEN value IS 50 (19.92% from 255) = 32.89%
BLUE value IS 64 (25.39% from 255) = 42.11%
R=25%
G=32.89%
B=42.11%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3850640.410.2200.75212.3125.4920
Hex263240291604Bd41914
Octal4662100512601133243124
Binary10011011001010000001010011011001001011110101001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263240; }

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

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

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

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

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

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

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

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