Shades of Midnight Express #100B3A
Tints of Midnight Express #100B3A
RGB
CMYK
RGB Variations
Color information
#100B3A (or 0x100B3A) is known color: Midnight Express. HEX triplet: 10, 0B and 3A. RGB value is (16,11,58). Sum of RGB (Red+Green+Blue) = 16+11+58=85 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.82% from 85); Green value is 11 (4.69% from 255 or 12.94% from 85); Blue value is 58 (23.05% from 255 or 68.24% from 85); Max value from RGB is 58 - color contains mainly: blue. Hex color #100B3A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #100B3A is #EFF4C5. Grayscale: #111111. Windows color (decimal): -15725766 or 3803920. OLE color: 3803920.
HSL color Cylindrical-coordinate representation of color #100B3A: hue angle of 246.38º degrees, saturation: 0.68, 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 #100B3A is Cyan = 0.72, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 16 | 11 | 58 | - |
| CMYK | 0.72 | 0.81 | 0 | 0.77 |
| HSL | 246.38º | 0.68% | 0.14% | - |
| HSV(B) | 246.38º | 0.81% | 0.23% | - |
| XYZ | 1.1 | 0.65 | 4.07 | - |
| YUV | 17.85 | 150.66 | 126.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 11 | 58 | 0.72 | 0.81 | 0 | 0.77 | 246.38 | 0.68 | 0.14 |
| Hex | 10 | B | 3A | 48 | 51 | 0 | 4D | F6 | 44 | E |
| Octal | 20 | 13 | 72 | 110 | 121 | 0 | 115 | 366 | 104 | 16 |
| Binary | 10000 | 1011 | 111010 | 1001000 | 1010001 | 0 | 1001101 | 11110110 | 1000100 | 1110 |
Color Harmonies of #100B3A
Complementary color
Monochromatic Colors of #100B3A
Black with #100B3A
Text Example
Text Example
White with #100B3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #100B3A; }
p { color: rgb(16,11,58); }
H1.HeaderClassName
{
color: #100B3A;
}
.AnyTagClassName
{
color: #100B3A;
}
</style>
background-color css
<style>
a { background-color: #100B3A; }
a { background-color: rgb(16,11,58); }
div.DivClassName
{
background-color: #100B3A;
}
.BgClassName
{
background-color: #100B3A;
}
</style>
border-color css
<style>
span { border-color: #100B3A; }
span { border-color: rgb(16,11,58); }
td.TdClassName
{
border-color: #100B3A;
}
.TagClassName
{
border-color: #100B3A;
}
</style>