Shades of Dark Slate Grey #27484C
Tints of Dark Slate Grey #27484C
RGB
CMYK
RGB Variations
Color information
#27484C (or 0x27484C) is known color: Dark Slate Grey. HEX triplet: 27, 48 and 4C. RGB value is (39,72,76). Sum of RGB (Red+Green+Blue) = 39+72+76=187 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.86% from 187); Green value is 72 (28.52% from 255 or 38.50% from 187); Blue value is 76 (30.08% from 255 or 40.64% from 187); Max value from RGB is 76 - color contains mainly: blue. Hex color #27484C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27484C is #D8B7B3. Grayscale: #3E3E3E. Windows color (decimal): -14202804 or 4999207. OLE color: 4999207.
HSL color Cylindrical-coordinate representation of color #27484C: hue angle of 186.49º degrees, saturation: 0.32, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #27484C is Cyan = 0.49, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 39 | 72 | 76 | - |
| CMYK | 0.49 | 0.05 | 0 | 0.70 |
| HSL | 186.49º | 0.32% | 0.23% | - |
| HSV(B) | 186.49º | 0.49% | 0.3% | - |
| XYZ | 4.46 | 5.59 | 7.68 | - |
| YUV | 62.59 | 135.57 | 111.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 72 | 76 | 0.49 | 0.05 | 0 | 0.70 | 186.49 | 0.32 | 0.23 |
| Hex | 27 | 48 | 4C | 31 | 5 | 0 | 46 | BA | 20 | 17 |
| Octal | 47 | 110 | 114 | 61 | 5 | 0 | 106 | 272 | 40 | 27 |
| Binary | 100111 | 1001000 | 1001100 | 110001 | 101 | 0 | 1000110 | 10111010 | 100000 | 10111 |
Color Harmonies of #27484C
Complementary color
Monochromatic Colors of #27484C
Black with #27484C
Text Example
Text Example
White with #27484C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27484C; }
p { color: rgb(39,72,76); }
H1.HeaderClassName
{
color: #27484C;
}
.AnyTagClassName
{
color: #27484C;
}
</style>
background-color css
<style>
a { background-color: #27484C; }
a { background-color: rgb(39,72,76); }
div.DivClassName
{
background-color: #27484C;
}
.BgClassName
{
background-color: #27484C;
}
</style>
border-color css
<style>
span { border-color: #27484C; }
span { border-color: rgb(39,72,76); }
td.TdClassName
{
border-color: #27484C;
}
.TagClassName
{
border-color: #27484C;
}
</style>