Shades of Dark Slate Grey #27474A
Tints of Dark Slate Grey #27474A
RGB
CMYK
RGB Variations
Color information
#27474A (or 0x27474A) is known color: Dark Slate Grey. HEX triplet: 27, 47 and 4A. RGB value is (39,71,74). Sum of RGB (Red+Green+Blue) = 39+71+74=184 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.20% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 74 (29.30% from 255 or 40.22% from 184); Max value from RGB is 74 - color contains mainly: blue. Hex color #27474A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #27474A is #D8B8B5. Grayscale: #3D3D3D. Windows color (decimal): -14203062 or 4867879. OLE color: 4867879.
HSL color Cylindrical-coordinate representation of color #27474A: hue angle of 185.14º degrees, saturation: 0.31, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #27474A is Cyan = 0.47, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 71 | 74 | - |
| CMYK | 0.47 | 0.04 | 0 | 0.71 |
| HSL | 185.14º | 0.31% | 0.22% | - |
| HSV(B) | 185.14º | 0.47% | 0.29% | - |
| XYZ | 4.33 | 5.43 | 7.3 | - |
| YUV | 61.77 | 134.9 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 71 | 74 | 0.47 | 0.04 | 0 | 0.71 | 185.14 | 0.31 | 0.22 |
| Hex | 27 | 47 | 4A | 2F | 4 | 0 | 47 | B9 | 1F | 16 |
| Octal | 47 | 107 | 112 | 57 | 4 | 0 | 107 | 271 | 37 | 26 |
| Binary | 100111 | 1000111 | 1001010 | 101111 | 100 | 0 | 1000111 | 10111001 | 11111 | 10110 |
Color Harmonies of #27474A
Complementary color
Monochromatic Colors of #27474A
Black with #27474A
Text Example
Text Example
White with #27474A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27474A; }
p { color: rgb(39,71,74); }
H1.HeaderClassName
{
color: #27474A;
}
.AnyTagClassName
{
color: #27474A;
}
</style>
background-color css
<style>
a { background-color: #27474A; }
a { background-color: rgb(39,71,74); }
div.DivClassName
{
background-color: #27474A;
}
.BgClassName
{
background-color: #27474A;
}
</style>
border-color css
<style>
span { border-color: #27474A; }
span { border-color: rgb(39,71,74); }
td.TdClassName
{
border-color: #27474A;
}
.TagClassName
{
border-color: #27474A;
}
</style>