Shades of Midnight Express #272A38
Tints of Midnight Express #272A38
RGB
CMYK
RGB Variations
Color information
#272A38 (or 0x272A38) is known color: Midnight Express. HEX triplet: 27, 2A and 38. RGB value is (39,42,56). Sum of RGB (Red+Green+Blue) = 39+42+56=137 (18% of max value = 765). Red value is 39 (15.62% from 255 or 28.47% from 137); Green value is 42 (16.80% from 255 or 30.66% from 137); Blue value is 56 (22.27% from 255 or 40.88% from 137); Max value from RGB is 56 - color contains mainly: blue. Hex color #272A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272A38 is #D8D5C7. Grayscale: #2A2A2A. Windows color (decimal): -14210504 or 3680807. OLE color: 3680807.
HSL color Cylindrical-coordinate representation of color #272A38: hue angle of 229.41º degrees, saturation: 0.18, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #272A38 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 39 | 42 | 56 | - |
| CMYK | 0.30 | 0.25 | 0 | 0.78 |
| HSL | 229.41º | 0.18% | 0.19% | - |
| HSV(B) | 229.41º | 0.3% | 0.22% | - |
| XYZ | 2.38 | 2.37 | 4.07 | - |
| YUV | 42.7 | 135.51 | 125.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 42 | 56 | 0.30 | 0.25 | 0 | 0.78 | 229.41 | 0.18 | 0.19 |
| Hex | 27 | 2A | 38 | 1E | 19 | 0 | 4E | E5 | 12 | 13 |
| Octal | 47 | 52 | 70 | 36 | 31 | 0 | 116 | 345 | 22 | 23 |
| Binary | 100111 | 101010 | 111000 | 11110 | 11001 | 0 | 1001110 | 11100101 | 10010 | 10011 |
Color Harmonies of #272A38
Complementary color
Monochromatic Colors of #272A38
Black with #272A38
Text Example
Text Example
White with #272A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272A38; }
p { color: rgb(39,42,56); }
H1.HeaderClassName
{
color: #272A38;
}
.AnyTagClassName
{
color: #272A38;
}
</style>
background-color css
<style>
a { background-color: #272A38; }
a { background-color: rgb(39,42,56); }
div.DivClassName
{
background-color: #272A38;
}
.BgClassName
{
background-color: #272A38;
}
</style>
border-color css
<style>
span { border-color: #272A38; }
span { border-color: rgb(39,42,56); }
td.TdClassName
{
border-color: #272A38;
}
.TagClassName
{
border-color: #272A38;
}
</style>