Shades of Midnight Express #272B3C
Tints of Midnight Express #272B3C
RGB
CMYK
RGB Variations
Color information
#272B3C (or 0x272B3C) is known color: Midnight Express. HEX triplet: 27, 2B and 3C. RGB value is (39,43,60). Sum of RGB (Red+Green+Blue) = 39+43+60=142 (18% of max value = 765). Red value is 39 (15.62% from 255 or 27.46% from 142); Green value is 43 (17.19% from 255 or 30.28% from 142); Blue value is 60 (23.83% from 255 or 42.25% from 142); Max value from RGB is 60 - color contains mainly: blue. Hex color #272B3C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #272B3C is #D8D4C3. Grayscale: #2B2B2B. Windows color (decimal): -14210244 or 3943207. OLE color: 3943207.
HSL color Cylindrical-coordinate representation of color #272B3C: hue angle of 228.57º degrees, saturation: 0.21, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #272B3C is Cyan = 0.35, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 43 | 60 | - |
| CMYK | 0.35 | 0.28 | 0 | 0.76 |
| HSL | 228.57º | 0.21% | 0.19% | - |
| HSV(B) | 228.57º | 0.35% | 0.24% | - |
| XYZ | 2.52 | 2.49 | 4.62 | - |
| YUV | 43.74 | 137.17 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 43 | 60 | 0.35 | 0.28 | 0 | 0.76 | 228.57 | 0.21 | 0.19 |
| Hex | 27 | 2B | 3C | 23 | 1C | 0 | 4C | E5 | 15 | 13 |
| Octal | 47 | 53 | 74 | 43 | 34 | 0 | 114 | 345 | 25 | 23 |
| Binary | 100111 | 101011 | 111100 | 100011 | 11100 | 0 | 1001100 | 11100101 | 10101 | 10011 |
Color Harmonies of #272B3C
Complementary color
Monochromatic Colors of #272B3C
Black with #272B3C
Text Example
Text Example
White with #272B3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272B3C; }
p { color: rgb(39,43,60); }
H1.HeaderClassName
{
color: #272B3C;
}
.AnyTagClassName
{
color: #272B3C;
}
</style>
background-color css
<style>
a { background-color: #272B3C; }
a { background-color: rgb(39,43,60); }
div.DivClassName
{
background-color: #272B3C;
}
.BgClassName
{
background-color: #272B3C;
}
</style>
border-color css
<style>
span { border-color: #272B3C; }
span { border-color: rgb(39,43,60); }
td.TdClassName
{
border-color: #272B3C;
}
.TagClassName
{
border-color: #272B3C;
}
</style>