Shades of Dark Slate Grey #2F484A
Tints of Dark Slate Grey #2F484A
RGB
CMYK
RGB Variations
Color information
#2F484A (or 0x2F484A) is known color: Dark Slate Grey. HEX triplet: 2F, 48 and 4A. RGB value is (47,72,74). Sum of RGB (Red+Green+Blue) = 47+72+74=193 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.35% from 193); Green value is 72 (28.52% from 255 or 37.31% from 193); Blue value is 74 (29.30% from 255 or 38.34% from 193); Max value from RGB is 74 - color contains mainly: blue. Hex color #2F484A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F484A is #D0B7B5. Grayscale: #404040. Windows color (decimal): -13678518 or 4868143. OLE color: 4868143.
HSL color Cylindrical-coordinate representation of color #2F484A: hue angle of 184.44º degrees, saturation: 0.22, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #2F484A is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 47 | 72 | 74 | - |
| CMYK | 0.36 | 0.03 | 0 | 0.71 |
| HSL | 184.44º | 0.22% | 0.24% | - |
| HSV(B) | 184.44º | 0.36% | 0.29% | - |
| XYZ | 4.73 | 5.73 | 7.34 | - |
| YUV | 64.75 | 133.22 | 115.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 72 | 74 | 0.36 | 0.03 | 0 | 0.71 | 184.44 | 0.22 | 0.24 |
| Hex | 2F | 48 | 4A | 24 | 3 | 0 | 47 | B8 | 16 | 18 |
| Octal | 57 | 110 | 112 | 44 | 3 | 0 | 107 | 270 | 26 | 30 |
| Binary | 101111 | 1001000 | 1001010 | 100100 | 11 | 0 | 1000111 | 10111000 | 10110 | 11000 |
Color Harmonies of #2F484A
Complementary color
Monochromatic Colors of #2F484A
Black with #2F484A
Text Example
Text Example
White with #2F484A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F484A; }
p { color: rgb(47,72,74); }
H1.HeaderClassName
{
color: #2F484A;
}
.AnyTagClassName
{
color: #2F484A;
}
</style>
background-color css
<style>
a { background-color: #2F484A; }
a { background-color: rgb(47,72,74); }
div.DivClassName
{
background-color: #2F484A;
}
.BgClassName
{
background-color: #2F484A;
}
</style>
border-color css
<style>
span { border-color: #2F484A; }
span { border-color: rgb(47,72,74); }
td.TdClassName
{
border-color: #2F484A;
}
.TagClassName
{
border-color: #2F484A;
}
</style>