#263340

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

Shades of Midnight #263340

Tints of Midnight #263340

Color information

#263340 (or 0x263340) is unknown color: approx Midnight. HEX triplet: 26, 33 and 40. RGB value is (38,51,64). Sum of RGB (Red+Green+Blue) = 38+51+64=153 (20% of max value = 765). Red value is 38 (15.23% from 255 or 24.84% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 64 (25.39% from 255 or 41.83% from 153); Max value from RGB is 64 - color contains mainly: blue. Hex color #263340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #263340 is #D9CCBF. Grayscale: #303030. Windows color (decimal): -14273728 or 4207398. OLE color: 4207398.

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

Color convert

RGB385164-
CMYK0.410.2000.75
HSL210º25.49%20%-
HSV(B)210º40.62%25.1%-
XYZ2.913.155.31-
YUV48.6136.69120.44-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 24.84%
GREEN value IS 51 (20.31% from 255) = 33.33%
BLUE value IS 64 (25.39% from 255) = 41.83%
R=24.84%
G=33.33%
B=41.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3851640.410.2000.7521025.4920
Hex263340291404Bd21914
Octal4663100512401133223124
Binary10011011001110000001010011010001001011110100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #263340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #263340; }

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

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

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

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

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

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

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

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