Shades of Midnight Express #11103D
Tints of Midnight Express #11103D
RGB
CMYK
RGB Variations
Color information
#11103D (or 0x11103D) is known color: Midnight Express. HEX triplet: 11, 10 and 3D. RGB value is (17,16,61). Sum of RGB (Red+Green+Blue) = 17+16+61=94 (12% of max value = 765). Red value is 17 (7.03% from 255 or 18.09% from 94); Green value is 16 (6.64% from 255 or 17.02% from 94); Blue value is 61 (24.22% from 255 or 64.89% from 94); Max value from RGB is 61 - color contains mainly: blue. Hex color #11103D is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #11103D is #EEEFC2. Grayscale: #151515. Windows color (decimal): -15658947 or 4001809. OLE color: 4001809.
HSL color Cylindrical-coordinate representation of color #11103D: hue angle of 241.33º degrees, saturation: 0.58, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #11103D is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 17 | 16 | 61 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.76 |
| HSL | 241.33º | 0.58% | 0.15% | - |
| HSV(B) | 241.33º | 0.74% | 0.24% | - |
| XYZ | 1.26 | 0.83 | 4.51 | - |
| YUV | 21.43 | 150.33 | 124.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 16 | 61 | 0.72 | 0.74 | 0 | 0.76 | 241.33 | 0.58 | 0.15 |
| Hex | 11 | 10 | 3D | 48 | 4A | 0 | 4C | F1 | 3A | F |
| Octal | 21 | 20 | 75 | 110 | 112 | 0 | 114 | 361 | 72 | 17 |
| Binary | 10001 | 10000 | 111101 | 1001000 | 1001010 | 0 | 1001100 | 11110001 | 111010 | 1111 |
Color Harmonies of #11103D
Complementary color
Monochromatic Colors of #11103D
Black with #11103D
Text Example
Text Example
White with #11103D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #11103D; }
p { color: rgb(17,16,61); }
H1.HeaderClassName
{
color: #11103D;
}
.AnyTagClassName
{
color: #11103D;
}
</style>
background-color css
<style>
a { background-color: #11103D; }
a { background-color: rgb(17,16,61); }
div.DivClassName
{
background-color: #11103D;
}
.BgClassName
{
background-color: #11103D;
}
</style>
border-color css
<style>
span { border-color: #11103D; }
span { border-color: rgb(17,16,61); }
td.TdClassName
{
border-color: #11103D;
}
.TagClassName
{
border-color: #11103D;
}
</style>