Shades of Dark Slate Grey #274949
Tints of Dark Slate Grey #274949
RGB
CMYK
RGB Variations
Color information
#274949 (or 0x274949) is known color: Dark Slate Grey. HEX triplet: 27, 49 and 49. RGB value is (39,73,73). Sum of RGB (Red+Green+Blue) = 39+73+73=185 (24% of max value = 765). Red value is 39 (15.62% from 255 or 21.08% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 73 (28.91% from 255 or 39.46% from 185); Max value from RGB is 73 - color contains mainly: green, blue. Hex color #274949 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274949 is #D8B6B6. Grayscale: #3E3E3E. Windows color (decimal): -14202551 or 4802855. OLE color: 4802855.
HSL color Cylindrical-coordinate representation of color #274949: hue angle of 180º degrees, saturation: 0.3, 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 #274949 is Cyan = 0.47, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 39 | 73 | 73 | - |
| CMYK | 0.47 | 0 | 0 | 0.71 |
| HSL | 180º | 0.3% | 0.22% | - |
| HSV(B) | 180º | 0.47% | 0.29% | - |
| XYZ | 4.42 | 5.68 | 7.17 | - |
| YUV | 62.83 | 133.74 | 111 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 73 | 73 | 0.47 | 0 | 0 | 0.71 | 180 | 0.3 | 0.22 |
| Hex | 27 | 49 | 49 | 2F | 0 | 0 | 47 | B4 | 1E | 16 |
| Octal | 47 | 111 | 111 | 57 | 0 | 0 | 107 | 264 | 36 | 26 |
| Binary | 100111 | 1001001 | 1001001 | 101111 | 0 | 0 | 1000111 | 10110100 | 11110 | 10110 |
Color Harmonies of #274949
Complementary color
Monochromatic Colors of #274949
Black with #274949
Text Example
Text Example
White with #274949
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274949; }
p { color: rgb(39,73,73); }
H1.HeaderClassName
{
color: #274949;
}
.AnyTagClassName
{
color: #274949;
}
</style>
background-color css
<style>
a { background-color: #274949; }
a { background-color: rgb(39,73,73); }
div.DivClassName
{
background-color: #274949;
}
.BgClassName
{
background-color: #274949;
}
</style>
border-color css
<style>
span { border-color: #274949; }
span { border-color: rgb(39,73,73); }
td.TdClassName
{
border-color: #274949;
}
.TagClassName
{
border-color: #274949;
}
</style>