Shades of Dark Slate Grey #2F5053
Tints of Dark Slate Grey #2F5053
RGB
CMYK
RGB Variations
Color information
#2F5053 (or 0x2F5053) is known color: Dark Slate Grey. HEX triplet: 2F, 50 and 53. RGB value is (47,80,83). Sum of RGB (Red+Green+Blue) = 47+80+83=210 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.38% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 83 (32.81% from 255 or 39.52% from 210); Max value from RGB is 83 - color contains mainly: blue. Hex color #2F5053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5053 is #D0AFAC. Grayscale: #464646. Windows color (decimal): -13676461 or 5460015. OLE color: 5460015.
HSL color Cylindrical-coordinate representation of color #2F5053: hue angle of 185º degrees, saturation: 0.28, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #2F5053 is Cyan = 0.43, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 47 | 80 | 83 | - |
| CMYK | 0.43 | 0.04 | 0 | 0.67 |
| HSL | 185º | 0.28% | 0.25% | - |
| HSV(B) | 185º | 0.43% | 0.33% | - |
| XYZ | 5.6 | 6.97 | 9.23 | - |
| YUV | 70.48 | 135.07 | 111.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 80 | 83 | 0.43 | 0.04 | 0 | 0.67 | 185 | 0.28 | 0.25 |
| Hex | 2F | 50 | 53 | 2B | 4 | 0 | 43 | B9 | 1C | 19 |
| Octal | 57 | 120 | 123 | 53 | 4 | 0 | 103 | 271 | 34 | 31 |
| Binary | 101111 | 1010000 | 1010011 | 101011 | 100 | 0 | 1000011 | 10111001 | 11100 | 11001 |
Color Harmonies of #2F5053
Complementary color
Monochromatic Colors of #2F5053
Black with #2F5053
Text Example
Text Example
White with #2F5053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F5053; }
p { color: rgb(47,80,83); }
H1.HeaderClassName
{
color: #2F5053;
}
.AnyTagClassName
{
color: #2F5053;
}
</style>
background-color css
<style>
a { background-color: #2F5053; }
a { background-color: rgb(47,80,83); }
div.DivClassName
{
background-color: #2F5053;
}
.BgClassName
{
background-color: #2F5053;
}
</style>
border-color css
<style>
span { border-color: #2F5053; }
span { border-color: rgb(47,80,83); }
td.TdClassName
{
border-color: #2F5053;
}
.TagClassName
{
border-color: #2F5053;
}
</style>