Shades of Midnight Express #272A34
Tints of Midnight Express #272A34
RGB
CMYK
RGB Variations
Color information
#272A34 (or 0x272A34) is known color: Midnight Express. HEX triplet: 27, 2A and 34. RGB value is (39,42,52). Sum of RGB (Red+Green+Blue) = 39+42+52=133 (17% of max value = 765). Red value is 39 (15.62% from 255 or 29.32% from 133); Green value is 42 (16.80% from 255 or 31.58% from 133); Blue value is 52 (20.70% from 255 or 39.10% from 133); Max value from RGB is 52 - color contains mainly: blue. Hex color #272A34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272A34 is #D8D5CB. Grayscale: #2A2A2A. Windows color (decimal): -14210508 or 3418663. OLE color: 3418663.
HSL color Cylindrical-coordinate representation of color #272A34: hue angle of 226.15º degrees, saturation: 0.14, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #272A34 is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.80.
Color convert
| RGB | 39 | 42 | 52 | - |
| CMYK | 0.25 | 0.19 | 0 | 0.80 |
| HSL | 226.15º | 0.14% | 0.18% | - |
| HSV(B) | 226.15º | 0.25% | 0.2% | - |
| XYZ | 2.28 | 2.34 | 3.58 | - |
| YUV | 42.24 | 133.51 | 125.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 42 | 52 | 0.25 | 0.19 | 0 | 0.80 | 226.15 | 0.14 | 0.18 |
| Hex | 27 | 2A | 34 | 19 | 13 | 0 | 50 | E2 | E | 12 |
| Octal | 47 | 52 | 64 | 31 | 23 | 0 | 120 | 342 | 16 | 22 |
| Binary | 100111 | 101010 | 110100 | 11001 | 10011 | 0 | 1010000 | 11100010 | 1110 | 10010 |
Color Harmonies of #272A34
Complementary color
Monochromatic Colors of #272A34
Black with #272A34
Text Example
Text Example
White with #272A34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272A34; }
p { color: rgb(39,42,52); }
H1.HeaderClassName
{
color: #272A34;
}
.AnyTagClassName
{
color: #272A34;
}
</style>
background-color css
<style>
a { background-color: #272A34; }
a { background-color: rgb(39,42,52); }
div.DivClassName
{
background-color: #272A34;
}
.BgClassName
{
background-color: #272A34;
}
</style>
border-color css
<style>
span { border-color: #272A34; }
span { border-color: rgb(39,42,52); }
td.TdClassName
{
border-color: #272A34;
}
.TagClassName
{
border-color: #272A34;
}
</style>