Shades of Midnight #27333D
Tints of Midnight #27333D
RGB
CMYK
RGB Variations
Color information
#27333D (or 0x27333D) is known color: Midnight. HEX triplet: 27, 33 and 3D. RGB value is (39,51,61). Sum of RGB (Red+Green+Blue) = 39+51+61=151 (20% of max value = 765). Red value is 39 (15.62% from 255 or 25.83% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 61 (24.22% from 255 or 40.40% from 151); Max value from RGB is 61 - color contains mainly: blue. Hex color #27333D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27333D is #D8CCC2. Grayscale: #303030. Windows color (decimal): -14208195 or 4010791. OLE color: 4010791.
HSL color Cylindrical-coordinate representation of color #27333D: hue angle of 207.27º degrees, saturation: 0.22, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #27333D is Cyan = 0.36, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 39 | 51 | 61 | - |
| CMYK | 0.36 | 0.16 | 0 | 0.76 |
| HSL | 207.27º | 0.22% | 0.2% | - |
| HSV(B) | 207.27º | 0.36% | 0.24% | - |
| XYZ | 2.86 | 3.14 | 4.87 | - |
| YUV | 48.55 | 135.02 | 121.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 51 | 61 | 0.36 | 0.16 | 0 | 0.76 | 207.27 | 0.22 | 0.2 |
| Hex | 27 | 33 | 3D | 24 | 10 | 0 | 4C | CF | 16 | 14 |
| Octal | 47 | 63 | 75 | 44 | 20 | 0 | 114 | 317 | 26 | 24 |
| Binary | 100111 | 110011 | 111101 | 100100 | 10000 | 0 | 1001100 | 11001111 | 10110 | 10100 |
Color Harmonies of #27333D
Complementary color
Monochromatic Colors of #27333D
Black with #27333D
Text Example
Text Example
White with #27333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27333D; }
p { color: rgb(39,51,61); }
H1.HeaderClassName
{
color: #27333D;
}
.AnyTagClassName
{
color: #27333D;
}
</style>
background-color css
<style>
a { background-color: #27333D; }
a { background-color: rgb(39,51,61); }
div.DivClassName
{
background-color: #27333D;
}
.BgClassName
{
background-color: #27333D;
}
</style>
border-color css
<style>
span { border-color: #27333D; }
span { border-color: rgb(39,51,61); }
td.TdClassName
{
border-color: #27333D;
}
.TagClassName
{
border-color: #27333D;
}
</style>