Shades of Midnight Express #292B34
Tints of Midnight Express #292B34
RGB
CMYK
RGB Variations
Color information
#292B34 (or 0x292B34) is known color: Midnight Express. HEX triplet: 29, 2B and 34. RGB value is (41,43,52). Sum of RGB (Red+Green+Blue) = 41+43+52=136 (18% of max value = 765). Red value is 41 (16.41% from 255 or 30.15% from 136); Green value is 43 (17.19% from 255 or 31.62% from 136); Blue value is 52 (20.70% from 255 or 38.24% from 136); Max value from RGB is 52 - color contains mainly: blue. Hex color #292B34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #292B34 is #D6D4CB. Grayscale: #2B2B2B. Windows color (decimal): -14079180 or 3418921. OLE color: 3418921.
HSL color Cylindrical-coordinate representation of color #292B34: hue angle of 229.09º degrees, saturation: 0.12, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #292B34 is Cyan = 0.21, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 41 | 43 | 52 | - |
| CMYK | 0.21 | 0.17 | 0 | 0.80 |
| HSL | 229.09º | 0.12% | 0.18% | - |
| HSV(B) | 229.09º | 0.21% | 0.2% | - |
| XYZ | 2.4 | 2.45 | 3.59 | - |
| YUV | 43.43 | 132.84 | 126.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 43 | 52 | 0.21 | 0.17 | 0 | 0.80 | 229.09 | 0.12 | 0.18 |
| Hex | 29 | 2B | 34 | 15 | 11 | 0 | 50 | E5 | C | 12 |
| Octal | 51 | 53 | 64 | 25 | 21 | 0 | 120 | 345 | 14 | 22 |
| Binary | 101001 | 101011 | 110100 | 10101 | 10001 | 0 | 1010000 | 11100101 | 1100 | 10010 |
Color Harmonies of #292B34
Complementary color
Monochromatic Colors of #292B34
Black with #292B34
Text Example
Text Example
White with #292B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #292B34; }
p { color: rgb(41,43,52); }
H1.HeaderClassName
{
color: #292B34;
}
.AnyTagClassName
{
color: #292B34;
}
</style>
background-color css
<style>
a { background-color: #292B34; }
a { background-color: rgb(41,43,52); }
div.DivClassName
{
background-color: #292B34;
}
.BgClassName
{
background-color: #292B34;
}
</style>
border-color css
<style>
span { border-color: #292B34; }
span { border-color: rgb(41,43,52); }
td.TdClassName
{
border-color: #292B34;
}
.TagClassName
{
border-color: #292B34;
}
</style>