#293340

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

Shades of Midnight #293340

Tints of Midnight #293340

Color information

#293340 (or 0x293340) is unknown color: approx Midnight. HEX triplet: 29, 33 and 40. RGB value is (41,51,64). Sum of RGB (Red+Green+Blue) = 41+51+64=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 64 (25.39% from 255 or 41.03% from 156); Max value from RGB is 64 - color contains mainly: blue. Hex color #293340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293340 is #D6CCBF. Grayscale: #313131. Windows color (decimal): -14077120 or 4207401. OLE color: 4207401.

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

Color convert

RGB415164-
CMYK0.360.2000.75
HSL213.91º21.9%20.59%-
HSV(B)213.91º35.94%25.1%-
XYZ3.023.215.31-
YUV49.49136.19121.94-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.28%
GREEN value IS 51 (20.31% from 255) = 32.69%
BLUE value IS 64 (25.39% from 255) = 41.03%
R=26.28%
G=32.69%
B=41.03%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal4151640.360.2000.75213.9121.920.59
Hex293340241404Bd61615
Octal5163100442401133262625
Binary10100111001110000001001001010001001011110101101011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293340; }

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

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

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

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

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

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

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

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