Shades of Midnight Express #100B3B
Tints of Midnight Express #100B3B
RGB
CMYK
RGB Variations
Color information
#100B3B (or 0x100B3B) is known color: Midnight Express. HEX triplet: 10, 0B and 3B. RGB value is (16,11,59). Sum of RGB (Red+Green+Blue) = 16+11+59=86 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.60% from 86); Green value is 11 (4.69% from 255 or 12.79% from 86); Blue value is 59 (23.44% from 255 or 68.60% from 86); Max value from RGB is 59 - color contains mainly: blue. Hex color #100B3B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100B3B is #EFF4C4. Grayscale: #111111. Windows color (decimal): -15725765 or 3869456. OLE color: 3869456.
HSL color Cylindrical-coordinate representation of color #100B3B: hue angle of 246.25º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #100B3B is Cyan = 0.73, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 16 | 11 | 59 | - |
| CMYK | 0.73 | 0.81 | 0 | 0.77 |
| HSL | 246.25º | 0.69% | 0.14% | - |
| HSV(B) | 246.25º | 0.81% | 0.23% | - |
| XYZ | 1.12 | 0.67 | 4.21 | - |
| YUV | 17.97 | 151.16 | 126.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 11 | 59 | 0.73 | 0.81 | 0 | 0.77 | 246.25 | 0.69 | 0.14 |
| Hex | 10 | B | 3B | 49 | 51 | 0 | 4D | F6 | 45 | E |
| Octal | 20 | 13 | 73 | 111 | 121 | 0 | 115 | 366 | 105 | 16 |
| Binary | 10000 | 1011 | 111011 | 1001001 | 1010001 | 0 | 1001101 | 11110110 | 1000101 | 1110 |
Color Harmonies of #100B3B
Complementary color
Monochromatic Colors of #100B3B
Black with #100B3B
Text Example
Text Example
White with #100B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100B3B; }
p { color: rgb(16,11,59); }
H1.HeaderClassName
{
color: #100B3B;
}
.AnyTagClassName
{
color: #100B3B;
}
</style>
background-color css
<style>
a { background-color: #100B3B; }
a { background-color: rgb(16,11,59); }
div.DivClassName
{
background-color: #100B3B;
}
.BgClassName
{
background-color: #100B3B;
}
</style>
border-color css
<style>
span { border-color: #100B3B; }
span { border-color: rgb(16,11,59); }
td.TdClassName
{
border-color: #100B3B;
}
.TagClassName
{
border-color: #100B3B;
}
</style>