Shades of Midnight #293541
Tints of Midnight #293541
RGB
CMYK
RGB Variations
Color information
#293541 (or 0x293541) is known color: Midnight. HEX triplet: 29, 35 and 41. RGB value is (41,53,65). Sum of RGB (Red+Green+Blue) = 41+53+65=159 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.79% from 159); Green value is 53 (21.09% from 255 or 33.33% from 159); Blue value is 65 (25.78% from 255 or 40.88% from 159); Max value from RGB is 65 - color contains mainly: blue. Hex color #293541 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293541 is #D6CABE. Grayscale: #323232. Windows color (decimal): -14076607 or 4273449. OLE color: 4273449.
HSL color Cylindrical-coordinate representation of color #293541: hue angle of 210º degrees, saturation: 0.23, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #293541 is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 53 | 65 | - |
| CMYK | 0.37 | 0.18 | 0 | 0.75 |
| HSL | 210º | 0.23% | 0.21% | - |
| HSV(B) | 210º | 0.37% | 0.25% | - |
| XYZ | 3.14 | 3.4 | 5.49 | - |
| YUV | 50.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 53 | 65 | 0.37 | 0.18 | 0 | 0.75 | 210 | 0.23 | 0.21 |
| Hex | 29 | 35 | 41 | 25 | 12 | 0 | 4B | D2 | 17 | 15 |
| Octal | 51 | 65 | 101 | 45 | 22 | 0 | 113 | 322 | 27 | 25 |
| Binary | 101001 | 110101 | 1000001 | 100101 | 10010 | 0 | 1001011 | 11010010 | 10111 | 10101 |
Color Harmonies of #293541
Complementary color
Monochromatic Colors of #293541
Black with #293541
Text Example
Text Example
White with #293541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293541; }
p { color: rgb(41,53,65); }
H1.HeaderClassName
{
color: #293541;
}
.AnyTagClassName
{
color: #293541;
}
</style>
background-color css
<style>
a { background-color: #293541; }
a { background-color: rgb(41,53,65); }
div.DivClassName
{
background-color: #293541;
}
.BgClassName
{
background-color: #293541;
}
</style>
border-color css
<style>
span { border-color: #293541; }
span { border-color: rgb(41,53,65); }
td.TdClassName
{
border-color: #293541;
}
.TagClassName
{
border-color: #293541;
}
</style>