Shades of Midnight #28323C
Tints of Midnight #28323C
RGB
CMYK
RGB Variations
Color information
#28323C (or 0x28323C) is known color: Midnight. HEX triplet: 28, 32 and 3C. RGB value is (40,50,60). Sum of RGB (Red+Green+Blue) = 40+50+60=150 (19% of max value = 765). Red value is 40 (16.02% from 255 or 26.67% from 150); Green value is 50 (19.92% from 255 or 33.33% from 150); Blue value is 60 (23.83% from 255 or 40% from 150); Max value from RGB is 60 - color contains mainly: blue. Hex color #28323C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #28323C is #D7CDC3. Grayscale: #303030. Windows color (decimal): -14142916 or 3945000. OLE color: 3945000.
HSL color Cylindrical-coordinate representation of color #28323C: hue angle of 210º degrees, saturation: 0.2, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #28323C is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 40 | 50 | 60 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.76 |
| HSL | 210º | 0.2% | 0.2% | - |
| HSV(B) | 210º | 0.33% | 0.24% | - |
| XYZ | 2.83 | 3.06 | 4.72 | - |
| YUV | 48.15 | 134.69 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 50 | 60 | 0.33 | 0.17 | 0 | 0.76 | 210 | 0.2 | 0.2 |
| Hex | 28 | 32 | 3C | 21 | 11 | 0 | 4C | D2 | 14 | 14 |
| Octal | 50 | 62 | 74 | 41 | 21 | 0 | 114 | 322 | 24 | 24 |
| Binary | 101000 | 110010 | 111100 | 100001 | 10001 | 0 | 1001100 | 11010010 | 10100 | 10100 |
Color Harmonies of #28323C
Complementary color
Monochromatic Colors of #28323C
Black with #28323C
Text Example
Text Example
White with #28323C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28323C; }
p { color: rgb(40,50,60); }
H1.HeaderClassName
{
color: #28323C;
}
.AnyTagClassName
{
color: #28323C;
}
</style>
background-color css
<style>
a { background-color: #28323C; }
a { background-color: rgb(40,50,60); }
div.DivClassName
{
background-color: #28323C;
}
.BgClassName
{
background-color: #28323C;
}
</style>
border-color css
<style>
span { border-color: #28323C; }
span { border-color: rgb(40,50,60); }
td.TdClassName
{
border-color: #28323C;
}
.TagClassName
{
border-color: #28323C;
}
</style>