Shades of Midnight #2A3441
Tints of Midnight #2A3441
RGB
CMYK
RGB Variations
Color information
#2A3441 (or 0x2A3441) is known color: Midnight. HEX triplet: 2A, 34 and 41. RGB value is (42,52,65). Sum of RGB (Red+Green+Blue) = 42+52+65=159 (21% of max value = 765). Red value is 42 (16.80% from 255 or 26.42% from 159); Green value is 52 (20.70% from 255 or 32.70% 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 #2A3441 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3441 is #D5CBBE. Grayscale: #323232. Windows color (decimal): -14011327 or 4273194. OLE color: 4273194.
HSL color Cylindrical-coordinate representation of color #2A3441: hue angle of 213.91º degrees, saturation: 0.21, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #2A3441 is Cyan = 0.35, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 42 | 52 | 65 | - |
| CMYK | 0.35 | 0.20 | 0 | 0.75 |
| HSL | 213.91º | 0.21% | 0.21% | - |
| HSV(B) | 213.91º | 0.35% | 0.25% | - |
| XYZ | 3.14 | 3.33 | 5.48 | - |
| YUV | 50.49 | 136.19 | 121.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 52 | 65 | 0.35 | 0.20 | 0 | 0.75 | 213.91 | 0.21 | 0.21 |
| Hex | 2A | 34 | 41 | 23 | 14 | 0 | 4B | D6 | 15 | 15 |
| Octal | 52 | 64 | 101 | 43 | 24 | 0 | 113 | 326 | 25 | 25 |
| Binary | 101010 | 110100 | 1000001 | 100011 | 10100 | 0 | 1001011 | 11010110 | 10101 | 10101 |
Color Harmonies of #2A3441
Complementary color
Monochromatic Colors of #2A3441
Black with #2A3441
Text Example
Text Example
White with #2A3441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3441; }
p { color: rgb(42,52,65); }
H1.HeaderClassName
{
color: #2A3441;
}
.AnyTagClassName
{
color: #2A3441;
}
</style>
background-color css
<style>
a { background-color: #2A3441; }
a { background-color: rgb(42,52,65); }
div.DivClassName
{
background-color: #2A3441;
}
.BgClassName
{
background-color: #2A3441;
}
</style>
border-color css
<style>
span { border-color: #2A3441; }
span { border-color: rgb(42,52,65); }
td.TdClassName
{
border-color: #2A3441;
}
.TagClassName
{
border-color: #2A3441;
}
</style>