Shades of Midnight #293340
Tints of Midnight #293340
RGB
CMYK
RGB Variations
Color information
#293340 (or 0x293340) is known color: Midnight. HEX triplet: 29, 33 and 40. RGB value is (41,51,64). Sum of RGB (Red+Green+Blue) = 41+51+64=156 (20% of max value = 765). Red value is 41 (16.41% from 255 or 26.28% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 64 (25.39% from 255 or 41.03% from 156); Max value from RGB is 64 - color contains mainly: blue. Hex color #293340 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293340 is #D6CCBF. Grayscale: #313131. Windows color (decimal): -14077120 or 4207401. OLE color: 4207401.
HSL color Cylindrical-coordinate representation of color #293340: hue angle of 213.91º degrees, saturation: 0.22, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #293340 is Cyan = 0.36, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 41 | 51 | 64 | - |
| CMYK | 0.36 | 0.20 | 0 | 0.75 |
| HSL | 213.91º | 0.22% | 0.21% | - |
| HSV(B) | 213.91º | 0.36% | 0.25% | - |
| XYZ | 3.02 | 3.21 | 5.31 | - |
| YUV | 49.49 | 136.19 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 51 | 64 | 0.36 | 0.20 | 0 | 0.75 | 213.91 | 0.22 | 0.21 |
| Hex | 29 | 33 | 40 | 24 | 14 | 0 | 4B | D6 | 16 | 15 |
| Octal | 51 | 63 | 100 | 44 | 24 | 0 | 113 | 326 | 26 | 25 |
| Binary | 101001 | 110011 | 1000000 | 100100 | 10100 | 0 | 1001011 | 11010110 | 10110 | 10101 |
Color Harmonies of #293340
Complementary color
Monochromatic Colors of #293340
Black with #293340
Text Example
Text Example
White with #293340
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #293340; }
p { color: rgb(41,51,64); }
H1.HeaderClassName
{
color: #293340;
}
.AnyTagClassName
{
color: #293340;
}
</style>
background-color css
<style>
a { background-color: #293340; }
a { background-color: rgb(41,51,64); }
div.DivClassName
{
background-color: #293340;
}
.BgClassName
{
background-color: #293340;
}
</style>
border-color css
<style>
span { border-color: #293340; }
span { border-color: rgb(41,51,64); }
td.TdClassName
{
border-color: #293340;
}
.TagClassName
{
border-color: #293340;
}
</style>