Shades of Midnight #29323D
Tints of Midnight #29323D
RGB
CMYK
RGB Variations
Color information
#29323D (or 0x29323D) is known color: Midnight. HEX triplet: 29, 32 and 3D. RGB value is (41,50,61). Sum of RGB (Red+Green+Blue) = 41+50+61=152 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.97% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 61 (24.22% from 255 or 40.13% from 152); Max value from RGB is 61 - color contains mainly: blue. Hex color #29323D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #29323D is #D6CDC2. Grayscale: #303030. Windows color (decimal): -14077379 or 4010537. OLE color: 4010537.
HSL color Cylindrical-coordinate representation of color #29323D: hue angle of 213º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #29323D is Cyan = 0.33, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 41 | 50 | 61 | - |
| CMYK | 0.33 | 0.18 | 0 | 0.76 |
| HSL | 213º | 0.2% | 0.2% | - |
| HSV(B) | 213º | 0.33% | 0.24% | - |
| XYZ | 2.9 | 3.09 | 4.86 | - |
| YUV | 48.56 | 135.02 | 122.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 50 | 61 | 0.33 | 0.18 | 0 | 0.76 | 213 | 0.2 | 0.2 |
| Hex | 29 | 32 | 3D | 21 | 12 | 0 | 4C | D5 | 14 | 14 |
| Octal | 51 | 62 | 75 | 41 | 22 | 0 | 114 | 325 | 24 | 24 |
| Binary | 101001 | 110010 | 111101 | 100001 | 10010 | 0 | 1001100 | 11010101 | 10100 | 10100 |
Color Harmonies of #29323D
Complementary color
Monochromatic Colors of #29323D
Black with #29323D
Text Example
Text Example
White with #29323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #29323D; }
p { color: rgb(41,50,61); }
H1.HeaderClassName
{
color: #29323D;
}
.AnyTagClassName
{
color: #29323D;
}
</style>
background-color css
<style>
a { background-color: #29323D; }
a { background-color: rgb(41,50,61); }
div.DivClassName
{
background-color: #29323D;
}
.BgClassName
{
background-color: #29323D;
}
</style>
border-color css
<style>
span { border-color: #29323D; }
span { border-color: rgb(41,50,61); }
td.TdClassName
{
border-color: #29323D;
}
.TagClassName
{
border-color: #29323D;
}
</style>