Shades of Midnight #2A323C
Tints of Midnight #2A323C
RGB
CMYK
RGB Variations
Color information
#2A323C (or 0x2A323C) is known color: Midnight. HEX triplet: 2A, 32 and 3C. RGB value is (42,50,60). Sum of RGB (Red+Green+Blue) = 42+50+60=152 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.63% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 60 (23.83% from 255 or 39.47% from 152); Max value from RGB is 60 - color contains mainly: blue. Hex color #2A323C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A323C is #D5CDC3. Grayscale: #303030. Windows color (decimal): -14011844 or 3945002. OLE color: 3945002.
HSL color Cylindrical-coordinate representation of color #2A323C: hue angle of 213.33º degrees, saturation: 0.18, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2A323C is Cyan = 0.3, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 42 | 50 | 60 | - |
| CMYK | 0.3 | 0.17 | 0 | 0.76 |
| HSL | 213.33º | 0.18% | 0.2% | - |
| HSV(B) | 213.33º | 0.3% | 0.24% | - |
| XYZ | 2.91 | 3.1 | 4.72 | - |
| YUV | 48.75 | 134.35 | 123.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 50 | 60 | 0.3 | 0.17 | 0 | 0.76 | 213.33 | 0.18 | 0.2 |
| Hex | 2A | 32 | 3C | 1E | 11 | 0 | 4C | D5 | 12 | 14 |
| Octal | 52 | 62 | 74 | 36 | 21 | 0 | 114 | 325 | 22 | 24 |
| Binary | 101010 | 110010 | 111100 | 11110 | 10001 | 0 | 1001100 | 11010101 | 10010 | 10100 |
Color Harmonies of #2A323C
Complementary color
Monochromatic Colors of #2A323C
Black with #2A323C
Text Example
Text Example
White with #2A323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A323C; }
p { color: rgb(42,50,60); }
H1.HeaderClassName
{
color: #2A323C;
}
.AnyTagClassName
{
color: #2A323C;
}
</style>
background-color css
<style>
a { background-color: #2A323C; }
a { background-color: rgb(42,50,60); }
div.DivClassName
{
background-color: #2A323C;
}
.BgClassName
{
background-color: #2A323C;
}
</style>
border-color css
<style>
span { border-color: #2A323C; }
span { border-color: rgb(42,50,60); }
td.TdClassName
{
border-color: #2A323C;
}
.TagClassName
{
border-color: #2A323C;
}
</style>