#29313A

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

Shades of Midnight #29313A

Tints of Midnight #29313A

Color information

#29313A (or 0x29313A) is unknown color: approx Midnight. HEX triplet: 29, 31 and 3A. RGB value is (41,49,58). Sum of RGB (Red+Green+Blue) = 41+49+58=148 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.70% from 148); Green value is 49 (19.53% from 255 or 33.11% from 148); Blue value is 58 (23.05% from 255 or 39.19% from 148); Max value from RGB is 58 - color contains mainly: blue. Hex color #29313A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29313A is #D6CEC5. Grayscale: #2F2F2F. Windows color (decimal): -14077638 or 3813673. OLE color: 3813673.

HSL color Cylindrical-coordinate representation of color #29313A: hue angle of 211.76º degrees, saturation: 0.17, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #29313A is Cyan = 0.29, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB414958-
CMYK0.290.1600.77
HSL211.76º17.17%19.41%-
HSV(B)211.76º29.31%22.75%-
XYZ2.782.974.43-
YUV47.63133.85123.27-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.70%
GREEN value IS 49 (19.53% from 255) = 33.11%
BLUE value IS 58 (23.05% from 255) = 39.19%
R=27.70%
G=33.11%
B=39.19%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4149580.290.1600.77211.7617.1719.41
Hex29313A1D1004Dd41113
Octal516172352001153242123
Binary101001110001111010111011000001001101110101001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29313A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #29313A; }

 p { color: rgb(41,49,58); }

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

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

 a { background-color: rgb(41,49,58); }

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

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

 span { border-color: rgb(41,49,58); }

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