#29323A

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

Shades of Midnight #29323A

Tints of Midnight #29323A

Color information

#29323A (or 0x29323A) is unknown color: approx Midnight. HEX triplet: 29, 32 and 3A. RGB value is (41,50,58). Sum of RGB (Red+Green+Blue) = 41+50+58=149 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.52% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 58 (23.05% from 255 or 38.93% from 149); Max value from RGB is 58 - color contains mainly: blue. Hex color #29323A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29323A is #D6CDC5. Grayscale: #303030. Windows color (decimal): -14077382 or 3813929. OLE color: 3813929.

HSL color Cylindrical-coordinate representation of color #29323A: hue angle of 208.24º 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 #29323A is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB415058-
CMYK0.290.1400.77
HSL208.24º17.17%19.41%-
HSV(B)208.24º29.31%22.75%-
XYZ2.823.064.44-
YUV48.22133.52122.85-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 27.52%
GREEN value IS 50 (19.92% from 255) = 33.56%
BLUE value IS 58 (23.05% from 255) = 38.93%
R=27.52%
G=33.56%
B=38.93%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4150580.290.1400.77208.2417.1719.41
Hex29323A1DE04Dd01113
Octal516272351601153202123
Binary10100111001011101011101111001001101110100001000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #29323A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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