Shades of Midnight #28323E
Tints of Midnight #28323E
RGB
CMYK
RGB Variations
Color information
#28323E (or 0x28323E) is known color: Midnight. HEX triplet: 28, 32 and 3E. RGB value is (40,50,62). Sum of RGB (Red+Green+Blue) = 40+50+62=152 (20% of max value = 765). Red value is 40 (16.02% from 255 or 26.32% from 152); Green value is 50 (19.92% from 255 or 32.89% from 152); Blue value is 62 (24.61% from 255 or 40.79% from 152); Max value from RGB is 62 - color contains mainly: blue. Hex color #28323E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28323E is #D7CDC1. Grayscale: #303030. Windows color (decimal): -14142914 or 4076072. OLE color: 4076072.
HSL color Cylindrical-coordinate representation of color #28323E: hue angle of 212.73º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #28323E is Cyan = 0.35, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 50 | 62 | - |
| CMYK | 0.35 | 0.19 | 0 | 0.76 |
| HSL | 212.73º | 0.22% | 0.2% | - |
| HSV(B) | 212.73º | 0.35% | 0.24% | - |
| XYZ | 2.89 | 3.08 | 5 | - |
| YUV | 48.38 | 135.69 | 122.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 50 | 62 | 0.35 | 0.19 | 0 | 0.76 | 212.73 | 0.22 | 0.2 |
| Hex | 28 | 32 | 3E | 23 | 13 | 0 | 4C | D5 | 16 | 14 |
| Octal | 50 | 62 | 76 | 43 | 23 | 0 | 114 | 325 | 26 | 24 |
| Binary | 101000 | 110010 | 111110 | 100011 | 10011 | 0 | 1001100 | 11010101 | 10110 | 10100 |
Color Harmonies of #28323E
Complementary color
Monochromatic Colors of #28323E
Black with #28323E
Text Example
Text Example
White with #28323E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28323E; }
p { color: rgb(40,50,62); }
H1.HeaderClassName
{
color: #28323E;
}
.AnyTagClassName
{
color: #28323E;
}
</style>
background-color css
<style>
a { background-color: #28323E; }
a { background-color: rgb(40,50,62); }
div.DivClassName
{
background-color: #28323E;
}
.BgClassName
{
background-color: #28323E;
}
</style>
border-color css
<style>
span { border-color: #28323E; }
span { border-color: rgb(40,50,62); }
td.TdClassName
{
border-color: #28323E;
}
.TagClassName
{
border-color: #28323E;
}
</style>