#29323E

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

Shades of Midnight #29323E

Tints of Midnight #29323E

Color information

#29323E (or 0x29323E) is unknown color: approx Midnight. HEX triplet: 29, 32 and 3E. RGB value is (41,50,62). Sum of RGB (Red+Green+Blue) = 41+50+62=153 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.80% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 62 (24.61% from 255 or 40.52% from 153); Max value from RGB is 62 - color contains mainly: blue. Hex color #29323E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29323E is #D6CDC1. Grayscale: #303030. Windows color (decimal): -14077378 or 4076073. OLE color: 4076073.

HSL color Cylindrical-coordinate representation of color #29323E: hue angle of 214.29º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #29323E is Cyan = 0.34, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB415062-
CMYK0.340.1900.76
HSL214.29º20.39%20.2%-
HSV(B)214.29º33.87%24.31%-
XYZ2.923.15-
YUV48.68135.52122.52-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 26.80%
GREEN value IS 50 (19.92% from 255) = 32.68%
BLUE value IS 62 (24.61% from 255) = 40.52%
R=26.80%
G=32.68%
B=40.52%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4150620.340.1900.76214.2920.3920.2
Hex29323E221304Cd61414
Octal516276422301143262424
Binary1010011100101111101000101001101001100110101101010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29323E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29323E; }

 p { color: rgb(41,50,62); }

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

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

 a { background-color: rgb(41,50,62); }

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

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

 span { border-color: rgb(41,50,62); }

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