Shades of Midnight Express #101B2D
Tints of Midnight Express #101B2D
RGB
CMYK
RGB Variations
Color information
#101B2D (or 0x101B2D) is known color: Midnight Express. HEX triplet: 10, 1B and 2D. RGB value is (16,27,45). Sum of RGB (Red+Green+Blue) = 16+27+45=88 (11% of max value = 765). Red value is 16 (6.64% from 255 or 18.18% from 88); Green value is 27 (10.94% from 255 or 30.68% from 88); Blue value is 45 (17.97% from 255 or 51.14% from 88); Max value from RGB is 45 - color contains mainly: blue. Hex color #101B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #101B2D is #EFE4D2. Grayscale: #191919. Windows color (decimal): -15721683 or 2956048. OLE color: 2956048.
HSL color Cylindrical-coordinate representation of color #101B2D: hue angle of 217.24º degrees, saturation: 0.48, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #101B2D is Cyan = 0.64, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.82.
Color convert
| RGB | 16 | 27 | 45 | - |
| CMYK | 0.64 | 0.4 | 0 | 0.82 |
| HSL | 217.24º | 0.48% | 0.12% | - |
| HSV(B) | 217.24º | 0.64% | 0.18% | - |
| XYZ | 1.08 | 1.08 | 2.63 | - |
| YUV | 25.76 | 138.86 | 121.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 27 | 45 | 0.64 | 0.4 | 0 | 0.82 | 217.24 | 0.48 | 0.12 |
| Hex | 10 | 1B | 2D | 40 | 28 | 0 | 52 | D9 | 30 | C |
| Octal | 20 | 33 | 55 | 100 | 50 | 0 | 122 | 331 | 60 | 14 |
| Binary | 10000 | 11011 | 101101 | 1000000 | 101000 | 0 | 1010010 | 11011001 | 110000 | 1100 |
Color Harmonies of #101B2D
Complementary color
Monochromatic Colors of #101B2D
Black with #101B2D
Text Example
Text Example
White with #101B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101B2D; }
p { color: rgb(16,27,45); }
H1.HeaderClassName
{
color: #101B2D;
}
.AnyTagClassName
{
color: #101B2D;
}
</style>
background-color css
<style>
a { background-color: #101B2D; }
a { background-color: rgb(16,27,45); }
div.DivClassName
{
background-color: #101B2D;
}
.BgClassName
{
background-color: #101B2D;
}
</style>
border-color css
<style>
span { border-color: #101B2D; }
span { border-color: rgb(16,27,45); }
td.TdClassName
{
border-color: #101B2D;
}
.TagClassName
{
border-color: #101B2D;
}
</style>