Shades of Midnight #283440
Tints of Midnight #283440
RGB
CMYK
RGB Variations
Color information
#283440 (or 0x283440) is known color: Midnight. HEX triplet: 28, 34 and 40. RGB value is (40,52,64). Sum of RGB (Red+Green+Blue) = 40+52+64=156 (20% of max value = 765). Red value is 40 (16.02% from 255 or 25.64% from 156); Green value is 52 (20.70% from 255 or 33.33% 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 #283440 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #283440 is #D7CBBF. Grayscale: #313131. Windows color (decimal): -14142400 or 4207656. OLE color: 4207656.
HSL color Cylindrical-coordinate representation of color #283440: hue angle of 210º degrees, saturation: 0.23, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #283440 is Cyan = 0.38, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 40 | 52 | 64 | - |
| CMYK | 0.38 | 0.19 | 0 | 0.75 |
| HSL | 210º | 0.23% | 0.2% | - |
| HSV(B) | 210º | 0.38% | 0.25% | - |
| XYZ | 3.03 | 3.28 | 5.32 | - |
| YUV | 49.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 52 | 64 | 0.38 | 0.19 | 0 | 0.75 | 210 | 0.23 | 0.2 |
| Hex | 28 | 34 | 40 | 26 | 13 | 0 | 4B | D2 | 17 | 14 |
| Octal | 50 | 64 | 100 | 46 | 23 | 0 | 113 | 322 | 27 | 24 |
| Binary | 101000 | 110100 | 1000000 | 100110 | 10011 | 0 | 1001011 | 11010010 | 10111 | 10100 |
Color Harmonies of #283440
Complementary color
Monochromatic Colors of #283440
Black with #283440
Text Example
Text Example
White with #283440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283440; }
p { color: rgb(40,52,64); }
H1.HeaderClassName
{
color: #283440;
}
.AnyTagClassName
{
color: #283440;
}
</style>
background-color css
<style>
a { background-color: #283440; }
a { background-color: rgb(40,52,64); }
div.DivClassName
{
background-color: #283440;
}
.BgClassName
{
background-color: #283440;
}
</style>
border-color css
<style>
span { border-color: #283440; }
span { border-color: rgb(40,52,64); }
td.TdClassName
{
border-color: #283440;
}
.TagClassName
{
border-color: #283440;
}
</style>