Shades of Midnight Express #101832
Tints of Midnight Express #101832
RGB
CMYK
RGB Variations
Color information
#101832 (or 0x101832) is known color: Midnight Express. HEX triplet: 10, 18 and 32. RGB value is (16,24,50). Sum of RGB (Red+Green+Blue) = 16+24+50=90 (11% of max value = 765). Red value is 16 (6.64% from 255 or 17.78% from 90); Green value is 24 (9.77% from 255 or 26.67% from 90); Blue value is 50 (19.92% from 255 or 55.56% from 90); Max value from RGB is 50 - color contains mainly: blue. Hex color #101832 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #101832 is #EFE7CD. Grayscale: #181818. Windows color (decimal): -15722446 or 3282960. OLE color: 3282960.
HSL color Cylindrical-coordinate representation of color #101832: hue angle of 225.88º degrees, saturation: 0.52, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #101832 is Cyan = 0.68, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 16 | 24 | 50 | - |
| CMYK | 0.68 | 0.52 | 0 | 0.80 |
| HSL | 225.88º | 0.52% | 0.13% | - |
| HSV(B) | 225.88º | 0.68% | 0.2% | - |
| XYZ | 1.12 | 0.99 | 3.15 | - |
| YUV | 24.57 | 142.35 | 121.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 24 | 50 | 0.68 | 0.52 | 0 | 0.80 | 225.88 | 0.52 | 0.13 |
| Hex | 10 | 18 | 32 | 44 | 34 | 0 | 50 | E2 | 34 | D |
| Octal | 20 | 30 | 62 | 104 | 64 | 0 | 120 | 342 | 64 | 15 |
| Binary | 10000 | 11000 | 110010 | 1000100 | 110100 | 0 | 1010000 | 11100010 | 110100 | 1101 |
Color Harmonies of #101832
Complementary color
Monochromatic Colors of #101832
Black with #101832
Text Example
Text Example
White with #101832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #101832; }
p { color: rgb(16,24,50); }
H1.HeaderClassName
{
color: #101832;
}
.AnyTagClassName
{
color: #101832;
}
</style>
background-color css
<style>
a { background-color: #101832; }
a { background-color: rgb(16,24,50); }
div.DivClassName
{
background-color: #101832;
}
.BgClassName
{
background-color: #101832;
}
</style>
border-color css
<style>
span { border-color: #101832; }
span { border-color: rgb(16,24,50); }
td.TdClassName
{
border-color: #101832;
}
.TagClassName
{
border-color: #101832;
}
</style>