Shades of Dark Slate Grey #27514C
Tints of Dark Slate Grey #27514C
RGB
CMYK
RGB Variations
Color information
#27514C (or 0x27514C) is known color: Dark Slate Grey. HEX triplet: 27, 51 and 4C. RGB value is (39,81,76). Sum of RGB (Red+Green+Blue) = 39+81+76=196 (25% of max value = 765). Red value is 39 (15.62% from 255 or 19.90% from 196); Green value is 81 (32.03% from 255 or 41.33% from 196); Blue value is 76 (30.08% from 255 or 38.78% from 196); Max value from RGB is 81 - color contains mainly: green. Hex color #27514C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #27514C is #D8AEB3. Grayscale: #434343. Windows color (decimal): -14200500 or 5001511. OLE color: 5001511.
HSL color Cylindrical-coordinate representation of color #27514C: hue angle of 172.86º 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 #27514C is Cyan = 0.52, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 39 | 81 | 76 | - |
| CMYK | 0.52 | 0 | 0.06 | 0.68 |
| HSL | 172.86º | 0.35% | 0.24% | - |
| HSV(B) | 172.86º | 0.52% | 0.32% | - |
| XYZ | 5.08 | 6.84 | 7.89 | - |
| YUV | 67.87 | 132.59 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 81 | 76 | 0.52 | 0 | 0.06 | 0.68 | 172.86 | 0.35 | 0.24 |
| Hex | 27 | 51 | 4C | 34 | 0 | 6 | 44 | AD | 23 | 18 |
| Octal | 47 | 121 | 114 | 64 | 0 | 6 | 104 | 255 | 43 | 30 |
| Binary | 100111 | 1010001 | 1001100 | 110100 | 0 | 110 | 1000100 | 10101101 | 100011 | 11000 |
Color Harmonies of #27514C
Complementary color
Monochromatic Colors of #27514C
Black with #27514C
Text Example
Text Example
White with #27514C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27514C; }
p { color: rgb(39,81,76); }
H1.HeaderClassName
{
color: #27514C;
}
.AnyTagClassName
{
color: #27514C;
}
</style>
background-color css
<style>
a { background-color: #27514C; }
a { background-color: rgb(39,81,76); }
div.DivClassName
{
background-color: #27514C;
}
.BgClassName
{
background-color: #27514C;
}
</style>
border-color css
<style>
span { border-color: #27514C; }
span { border-color: rgb(39,81,76); }
td.TdClassName
{
border-color: #27514C;
}
.TagClassName
{
border-color: #27514C;
}
</style>