Shades of Midnight #293745
Tints of Midnight #293745
RGB
CMYK
RGB Variations
Color information
#293745 (or 0x293745) is known color: Midnight. HEX triplet: 29, 37 and 45. RGB value is (41,55,69). Sum of RGB (Red+Green+Blue) = 41+55+69=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 69 (27.34% from 255 or 41.82% from 165); Max value from RGB is 69 - color contains mainly: blue. Hex color #293745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293745 is #D6C8BA. Grayscale: #343434. Windows color (decimal): -14076091 or 4536105. OLE color: 4536105.
HSL color Cylindrical-coordinate representation of color #293745: hue angle of 210º degrees, saturation: 0.25, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #293745 is Cyan = 0.41, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 41 | 55 | 69 | - |
| CMYK | 0.41 | 0.20 | 0 | 0.73 |
| HSL | 210º | 0.25% | 0.22% | - |
| HSV(B) | 210º | 0.41% | 0.27% | - |
| XYZ | 3.35 | 3.63 | 6.15 | - |
| YUV | 52.41 | 137.36 | 119.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 55 | 69 | 0.41 | 0.20 | 0 | 0.73 | 210 | 0.25 | 0.22 |
| Hex | 29 | 37 | 45 | 29 | 14 | 0 | 49 | D2 | 19 | 16 |
| Octal | 51 | 67 | 105 | 51 | 24 | 0 | 111 | 322 | 31 | 26 |
| Binary | 101001 | 110111 | 1000101 | 101001 | 10100 | 0 | 1001001 | 11010010 | 11001 | 10110 |
Color Harmonies of #293745
Complementary color
Monochromatic Colors of #293745
Black with #293745
Text Example
Text Example
White with #293745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293745; }
p { color: rgb(41,55,69); }
H1.HeaderClassName
{
color: #293745;
}
.AnyTagClassName
{
color: #293745;
}
</style>
background-color css
<style>
a { background-color: #293745; }
a { background-color: rgb(41,55,69); }
div.DivClassName
{
background-color: #293745;
}
.BgClassName
{
background-color: #293745;
}
</style>
border-color css
<style>
span { border-color: #293745; }
span { border-color: rgb(41,55,69); }
td.TdClassName
{
border-color: #293745;
}
.TagClassName
{
border-color: #293745;
}
</style>