Shades of Midnight Express #1B2032
Tints of Midnight Express #1B2032
RGB
CMYK
RGB Variations
Color information
#1B2032 (or 0x1B2032) is known color: Midnight Express. HEX triplet: 1B, 20 and 32. RGB value is (27,32,50). Sum of RGB (Red+Green+Blue) = 27+32+50=109 (14% of max value = 765). Red value is 27 (10.94% from 255 or 24.77% from 109); Green value is 32 (12.89% from 255 or 29.36% from 109); Blue value is 50 (19.92% from 255 or 45.87% from 109); Max value from RGB is 50 - color contains mainly: blue. Hex color #1B2032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B2032 is #E4DFCD. Grayscale: #202020. Windows color (decimal): -14999502 or 3285019. OLE color: 3285019.
HSL color Cylindrical-coordinate representation of color #1B2032: hue angle of 226.96º degrees, saturation: 0.3, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #1B2032 is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 27 | 32 | 50 | - |
| CMYK | 0.46 | 0.36 | 0 | 0.80 |
| HSL | 226.96º | 0.3% | 0.15% | - |
| HSV(B) | 226.96º | 0.46% | 0.2% | - |
| XYZ | 1.54 | 1.5 | 3.23 | - |
| YUV | 32.56 | 137.84 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 27 | 32 | 50 | 0.46 | 0.36 | 0 | 0.80 | 226.96 | 0.3 | 0.15 |
| Hex | 1B | 20 | 32 | 2E | 24 | 0 | 50 | E3 | 1E | F |
| Octal | 33 | 40 | 62 | 56 | 44 | 0 | 120 | 343 | 36 | 17 |
| Binary | 11011 | 100000 | 110010 | 101110 | 100100 | 0 | 1010000 | 11100011 | 11110 | 1111 |
Color Harmonies of #1B2032
Complementary color
Monochromatic Colors of #1B2032
Black with #1B2032
Text Example
Text Example
White with #1B2032
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1B2032; }
p { color: rgb(27,32,50); }
H1.HeaderClassName
{
color: #1B2032;
}
.AnyTagClassName
{
color: #1B2032;
}
</style>
background-color css
<style>
a { background-color: #1B2032; }
a { background-color: rgb(27,32,50); }
div.DivClassName
{
background-color: #1B2032;
}
.BgClassName
{
background-color: #1B2032;
}
</style>
border-color css
<style>
span { border-color: #1B2032; }
span { border-color: rgb(27,32,50); }
td.TdClassName
{
border-color: #1B2032;
}
.TagClassName
{
border-color: #1B2032;
}
</style>