Shades of Midnight #29323A
Tints of Midnight #29323A
RGB
CMYK
RGB Variations
Color information
#29323A (or 0x29323A) is known color: 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
| RGB | 41 | 50 | 58 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.77 |
| HSL | 208.24º | 0.17% | 0.19% | - |
| HSV(B) | 208.24º | 0.29% | 0.23% | - |
| XYZ | 2.82 | 3.06 | 4.44 | - |
| YUV | 48.22 | 133.52 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 50 | 58 | 0.29 | 0.14 | 0 | 0.77 | 208.24 | 0.17 | 0.19 |
| Hex | 29 | 32 | 3A | 1D | E | 0 | 4D | D0 | 11 | 13 |
| Octal | 51 | 62 | 72 | 35 | 16 | 0 | 115 | 320 | 21 | 23 |
| Binary | 101001 | 110010 | 111010 | 11101 | 1110 | 0 | 1001101 | 11010000 | 10001 | 10011 |
Color Harmonies of #29323A
Complementary color
Monochromatic Colors of #29323A
Black with #29323A
Text Example
Text Example
White with #29323A
Text Example
Text Example
HTML Codes & Css Web 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>