Shades of Midnight #28323B
Tints of Midnight #28323B
RGB
CMYK
RGB Variations
Color information
#28323B (or 0x28323B) is known color: Midnight. HEX triplet: 28, 32 and 3B. RGB value is (40,50,59). Sum of RGB (Red+Green+Blue) = 40+50+59=149 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.85% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 59 (23.44% from 255 or 39.60% from 149); Max value from RGB is 59 - color contains mainly: blue. Hex color #28323B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28323B is #D7CDC4. Grayscale: #2F2F2F. Windows color (decimal): -14142917 or 3879464. OLE color: 3879464.
HSL color Cylindrical-coordinate representation of color #28323B: hue angle of 208.42º degrees, saturation: 0.19, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #28323B is Cyan = 0.32, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 40 | 50 | 59 | - |
| CMYK | 0.32 | 0.15 | 0 | 0.77 |
| HSL | 208.42º | 0.19% | 0.19% | - |
| HSV(B) | 208.42º | 0.32% | 0.23% | - |
| XYZ | 2.81 | 3.05 | 4.58 | - |
| YUV | 48.04 | 134.19 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 50 | 59 | 0.32 | 0.15 | 0 | 0.77 | 208.42 | 0.19 | 0.19 |
| Hex | 28 | 32 | 3B | 20 | F | 0 | 4D | D0 | 13 | 13 |
| Octal | 50 | 62 | 73 | 40 | 17 | 0 | 115 | 320 | 23 | 23 |
| Binary | 101000 | 110010 | 111011 | 100000 | 1111 | 0 | 1001101 | 11010000 | 10011 | 10011 |
Color Harmonies of #28323B
Complementary color
Monochromatic Colors of #28323B
Black with #28323B
Text Example
Text Example
White with #28323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28323B; }
p { color: rgb(40,50,59); }
H1.HeaderClassName
{
color: #28323B;
}
.AnyTagClassName
{
color: #28323B;
}
</style>
background-color css
<style>
a { background-color: #28323B; }
a { background-color: rgb(40,50,59); }
div.DivClassName
{
background-color: #28323B;
}
.BgClassName
{
background-color: #28323B;
}
</style>
border-color css
<style>
span { border-color: #28323B; }
span { border-color: rgb(40,50,59); }
td.TdClassName
{
border-color: #28323B;
}
.TagClassName
{
border-color: #28323B;
}
</style>