Shades of Midnight Express #100B3C
Tints of Midnight Express #100B3C
RGB
CMYK
RGB Variations
Color information
#100B3C (or 0x100B3C) is known color: Midnight Express. HEX triplet: 10, 0B and 3C. RGB value is (16,11,60). Sum of RGB (Red+Green+Blue) = 16+11+60=87 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.39% from 87); Green value is 11 (4.69% from 255 or 12.64% from 87); Blue value is 60 (23.83% from 255 or 68.97% from 87); Max value from RGB is 60 - color contains mainly: blue. Hex color #100B3C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100B3C is #EFF4C3. Grayscale: #111111. Windows color (decimal): -15725764 or 3934992. OLE color: 3934992.
HSL color Cylindrical-coordinate representation of color #100B3C: hue angle of 246.12º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #100B3C is Cyan = 0.73, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 16 | 11 | 60 | - |
| CMYK | 0.73 | 0.82 | 0 | 0.76 |
| HSL | 246.12º | 0.69% | 0.14% | - |
| HSV(B) | 246.12º | 0.82% | 0.24% | - |
| XYZ | 1.15 | 0.68 | 4.34 | - |
| YUV | 18.08 | 151.66 | 126.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 11 | 60 | 0.73 | 0.82 | 0 | 0.76 | 246.12 | 0.69 | 0.14 |
| Hex | 10 | B | 3C | 49 | 52 | 0 | 4C | F6 | 45 | E |
| Octal | 20 | 13 | 74 | 111 | 122 | 0 | 114 | 366 | 105 | 16 |
| Binary | 10000 | 1011 | 111100 | 1001001 | 1010010 | 0 | 1001100 | 11110110 | 1000101 | 1110 |
Color Harmonies of #100B3C
Complementary color
Monochromatic Colors of #100B3C
Black with #100B3C
Text Example
Text Example
White with #100B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100B3C; }
p { color: rgb(16,11,60); }
H1.HeaderClassName
{
color: #100B3C;
}
.AnyTagClassName
{
color: #100B3C;
}
</style>
background-color css
<style>
a { background-color: #100B3C; }
a { background-color: rgb(16,11,60); }
div.DivClassName
{
background-color: #100B3C;
}
.BgClassName
{
background-color: #100B3C;
}
</style>
border-color css
<style>
span { border-color: #100B3C; }
span { border-color: rgb(16,11,60); }
td.TdClassName
{
border-color: #100B3C;
}
.TagClassName
{
border-color: #100B3C;
}
</style>