Shades of Midnight Express #11103F
Tints of Midnight Express #11103F
RGB
CMYK
RGB Variations
Color information
#11103F (or 0x11103F) is known color: Midnight Express. HEX triplet: 11, 10 and 3F. RGB value is (17,16,63). Sum of RGB (Red+Green+Blue) = 17+16+63=96 (12% of max value = 765). Red value is 17 (7.03% from 255 or 17.71% from 96); Green value is 16 (6.64% from 255 or 16.67% from 96); Blue value is 63 (25% from 255 or 65.62% from 96); Max value from RGB is 63 - color contains mainly: blue. Hex color #11103F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11103F is #EEEFC0. Grayscale: #151515. Windows color (decimal): -15658945 or 4132881. OLE color: 4132881.
HSL color Cylindrical-coordinate representation of color #11103F: hue angle of 241.28º degrees, saturation: 0.59, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #11103F is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 17 | 16 | 63 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.75 |
| HSL | 241.28º | 0.59% | 0.15% | - |
| HSV(B) | 241.28º | 0.75% | 0.25% | - |
| XYZ | 1.31 | 0.85 | 4.8 | - |
| YUV | 21.66 | 151.33 | 124.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 16 | 63 | 0.73 | 0.75 | 0 | 0.75 | 241.28 | 0.59 | 0.15 |
| Hex | 11 | 10 | 3F | 49 | 4B | 0 | 4B | F1 | 3B | F |
| Octal | 21 | 20 | 77 | 111 | 113 | 0 | 113 | 361 | 73 | 17 |
| Binary | 10001 | 10000 | 111111 | 1001001 | 1001011 | 0 | 1001011 | 11110001 | 111011 | 1111 |
Color Harmonies of #11103F
Complementary color
Monochromatic Colors of #11103F
Black with #11103F
Text Example
Text Example
White with #11103F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11103F; }
p { color: rgb(17,16,63); }
H1.HeaderClassName
{
color: #11103F;
}
.AnyTagClassName
{
color: #11103F;
}
</style>
background-color css
<style>
a { background-color: #11103F; }
a { background-color: rgb(17,16,63); }
div.DivClassName
{
background-color: #11103F;
}
.BgClassName
{
background-color: #11103F;
}
</style>
border-color css
<style>
span { border-color: #11103F; }
span { border-color: rgb(17,16,63); }
td.TdClassName
{
border-color: #11103F;
}
.TagClassName
{
border-color: #11103F;
}
</style>