Shades of Dark Slate Grey #27514F
Tints of Dark Slate Grey #27514F
RGB
CMYK
RGB Variations
Color information
#27514F (or 0x27514F) is known color: Dark Slate Grey. HEX triplet: 27, 51 and 4F. RGB value is (39,81,79). Sum of RGB (Red+Green+Blue) = 39+81+79=199 (26% of max value = 765). Red value is 39 (15.62% from 255 or 19.60% from 199); Green value is 81 (32.03% from 255 or 40.70% from 199); Blue value is 79 (31.25% from 255 or 39.70% from 199); Max value from RGB is 81 - color contains mainly: green. Hex color #27514F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #27514F is #D8AEB0. Grayscale: #444444. Windows color (decimal): -14200497 or 5198119. OLE color: 5198119.
HSL color Cylindrical-coordinate representation of color #27514F: hue angle of 177.14º degrees, saturation: 0.35, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #27514F is Cyan = 0.52, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 39 | 81 | 79 | - |
| CMYK | 0.52 | 0 | 0.02 | 0.68 |
| HSL | 177.14º | 0.35% | 0.24% | - |
| HSV(B) | 177.14º | 0.52% | 0.32% | - |
| XYZ | 5.19 | 6.88 | 8.45 | - |
| YUV | 68.21 | 134.09 | 107.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 81 | 79 | 0.52 | 0 | 0.02 | 0.68 | 177.14 | 0.35 | 0.24 |
| Hex | 27 | 51 | 4F | 34 | 0 | 2 | 44 | B1 | 23 | 18 |
| Octal | 47 | 121 | 117 | 64 | 0 | 2 | 104 | 261 | 43 | 30 |
| Binary | 100111 | 1010001 | 1001111 | 110100 | 0 | 10 | 1000100 | 10110001 | 100011 | 11000 |
Color Harmonies of #27514F
Complementary color
Monochromatic Colors of #27514F
Black with #27514F
Text Example
Text Example
White with #27514F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27514F; }
p { color: rgb(39,81,79); }
H1.HeaderClassName
{
color: #27514F;
}
.AnyTagClassName
{
color: #27514F;
}
</style>
background-color css
<style>
a { background-color: #27514F; }
a { background-color: rgb(39,81,79); }
div.DivClassName
{
background-color: #27514F;
}
.BgClassName
{
background-color: #27514F;
}
</style>
border-color css
<style>
span { border-color: #27514F; }
span { border-color: rgb(39,81,79); }
td.TdClassName
{
border-color: #27514F;
}
.TagClassName
{
border-color: #27514F;
}
</style>