Shades of Midnight #2A333B
Tints of Midnight #2A333B
RGB
CMYK
RGB Variations
Color information
#2A333B (or 0x2A333B) is known color: Midnight. HEX triplet: 2A, 33 and 3B. RGB value is (42,51,59). Sum of RGB (Red+Green+Blue) = 42+51+59=152 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.63% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 59 (23.44% from 255 or 38.82% from 152); Max value from RGB is 59 - color contains mainly: blue. Hex color #2A333B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A333B is #D5CCC4. Grayscale: #313131. Windows color (decimal): -14011589 or 3879722. OLE color: 3879722.
HSL color Cylindrical-coordinate representation of color #2A333B: hue angle of 208.24º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2A333B is Cyan = 0.29, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 42 | 51 | 59 | - |
| CMYK | 0.29 | 0.14 | 0 | 0.77 |
| HSL | 208.24º | 0.17% | 0.2% | - |
| HSV(B) | 208.24º | 0.29% | 0.23% | - |
| XYZ | 2.93 | 3.18 | 4.6 | - |
| YUV | 49.22 | 133.52 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 51 | 59 | 0.29 | 0.14 | 0 | 0.77 | 208.24 | 0.17 | 0.2 |
| Hex | 2A | 33 | 3B | 1D | E | 0 | 4D | D0 | 11 | 14 |
| Octal | 52 | 63 | 73 | 35 | 16 | 0 | 115 | 320 | 21 | 24 |
| Binary | 101010 | 110011 | 111011 | 11101 | 1110 | 0 | 1001101 | 11010000 | 10001 | 10100 |
Color Harmonies of #2A333B
Complementary color
Monochromatic Colors of #2A333B
Black with #2A333B
Text Example
Text Example
White with #2A333B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A333B; }
p { color: rgb(42,51,59); }
H1.HeaderClassName
{
color: #2A333B;
}
.AnyTagClassName
{
color: #2A333B;
}
</style>
background-color css
<style>
a { background-color: #2A333B; }
a { background-color: rgb(42,51,59); }
div.DivClassName
{
background-color: #2A333B;
}
.BgClassName
{
background-color: #2A333B;
}
</style>
border-color css
<style>
span { border-color: #2A333B; }
span { border-color: rgb(42,51,59); }
td.TdClassName
{
border-color: #2A333B;
}
.TagClassName
{
border-color: #2A333B;
}
</style>