Shades of Midnight Express #1B2131
Tints of Midnight Express #1B2131
RGB
CMYK
RGB Variations
Color information
#1B2131 (or 0x1B2131) is known color: Midnight Express. HEX triplet: 1B, 21 and 31. RGB value is (27,33,49). Sum of RGB (Red+Green+Blue) = 27+33+49=109 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.77% from 109); Green value is 33 (13.28% from 255 or 30.28% from 109); Blue value is 49 (19.53% from 255 or 44.95% from 109); Max value from RGB is 49 - color contains mainly: blue. Hex color #1B2131 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2131 is #E4DECE. Grayscale: #202020. Windows color (decimal): -14999247 or 3219739. OLE color: 3219739.
HSL color Cylindrical-coordinate representation of color #1B2131: hue angle of 223.64º degrees, saturation: 0.29, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #1B2131 is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 27 | 33 | 49 | - |
| CMYK | 0.45 | 0.33 | 0 | 0.81 |
| HSL | 223.64º | 0.29% | 0.15% | - |
| HSV(B) | 223.64º | 0.45% | 0.19% | - |
| XYZ | 1.55 | 1.54 | 3.12 | - |
| YUV | 33.03 | 137.01 | 123.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 33 | 49 | 0.45 | 0.33 | 0 | 0.81 | 223.64 | 0.29 | 0.15 |
| Hex | 1B | 21 | 31 | 2D | 21 | 0 | 51 | E0 | 1D | F |
| Octal | 33 | 41 | 61 | 55 | 41 | 0 | 121 | 340 | 35 | 17 |
| Binary | 11011 | 100001 | 110001 | 101101 | 100001 | 0 | 1010001 | 11100000 | 11101 | 1111 |
Color Harmonies of #1B2131
Complementary color
Monochromatic Colors of #1B2131
Black with #1B2131
Text Example
Text Example
White with #1B2131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2131; }
p { color: rgb(27,33,49); }
H1.HeaderClassName
{
color: #1B2131;
}
.AnyTagClassName
{
color: #1B2131;
}
</style>
background-color css
<style>
a { background-color: #1B2131; }
a { background-color: rgb(27,33,49); }
div.DivClassName
{
background-color: #1B2131;
}
.BgClassName
{
background-color: #1B2131;
}
</style>
border-color css
<style>
span { border-color: #1B2131; }
span { border-color: rgb(27,33,49); }
td.TdClassName
{
border-color: #1B2131;
}
.TagClassName
{
border-color: #1B2131;
}
</style>