Shades of Dark Slate Grey #274C49
Tints of Dark Slate Grey #274C49
RGB
CMYK
RGB Variations
Color information
#274C49 (or 0x274C49) is known color: Dark Slate Grey. HEX triplet: 27, 4C and 49. RGB value is (39,76,73). Sum of RGB (Red+Green+Blue) = 39+76+73=188 (24% of max value = 765). Red value is 39 (15.62% from 255 or 20.74% from 188); Green value is 76 (30.08% from 255 or 40.43% from 188); Blue value is 73 (28.91% from 255 or 38.83% from 188); Max value from RGB is 76 - color contains mainly: green. Hex color #274C49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274C49 is #D8B3B6. Grayscale: #404040. Windows color (decimal): -14201783 or 4803623. OLE color: 4803623.
HSL color Cylindrical-coordinate representation of color #274C49: hue angle of 175.14º 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 #274C49 is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 39 | 76 | 73 | - |
| CMYK | 0.49 | 0 | 0.04 | 0.70 |
| HSL | 175.14º | 0.32% | 0.23% | - |
| HSV(B) | 175.14º | 0.49% | 0.3% | - |
| XYZ | 4.62 | 6.08 | 7.23 | - |
| YUV | 64.6 | 132.74 | 109.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 76 | 73 | 0.49 | 0 | 0.04 | 0.70 | 175.14 | 0.32 | 0.23 |
| Hex | 27 | 4C | 49 | 31 | 0 | 4 | 46 | AF | 20 | 17 |
| Octal | 47 | 114 | 111 | 61 | 0 | 4 | 106 | 257 | 40 | 27 |
| Binary | 100111 | 1001100 | 1001001 | 110001 | 0 | 100 | 1000110 | 10101111 | 100000 | 10111 |
Color Harmonies of #274C49
Complementary color
Monochromatic Colors of #274C49
Black with #274C49
Text Example
Text Example
White with #274C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274C49; }
p { color: rgb(39,76,73); }
H1.HeaderClassName
{
color: #274C49;
}
.AnyTagClassName
{
color: #274C49;
}
</style>
background-color css
<style>
a { background-color: #274C49; }
a { background-color: rgb(39,76,73); }
div.DivClassName
{
background-color: #274C49;
}
.BgClassName
{
background-color: #274C49;
}
</style>
border-color css
<style>
span { border-color: #274C49; }
span { border-color: rgb(39,76,73); }
td.TdClassName
{
border-color: #274C49;
}
.TagClassName
{
border-color: #274C49;
}
</style>