Shades of Steel Grey #3F4147
Tints of Steel Grey #3F4147
RGB
CMYK
RGB Variations
Color information
#3F4147 (or 0x3F4147) is known color: Steel Grey. HEX triplet: 3F, 41 and 47. RGB value is (63,65,71). Sum of RGB (Red+Green+Blue) = 63+65+71=199 (26% of max value = 765). Red value is 63 (25% from 255 or 31.66% from 199); Green value is 65 (25.78% from 255 or 32.66% from 199); Blue value is 71 (28.12% from 255 or 35.68% from 199); Max value from RGB is 71 - color contains mainly: blue. Hex color #3F4147 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4147 is #C0BEB8. Grayscale: #414141. Windows color (decimal): -12631737 or 4669759. OLE color: 4669759.
HSL color Cylindrical-coordinate representation of color #3F4147: hue angle of 225º degrees, saturation: 0.06, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #3F4147 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 65 | 71 | - |
| CMYK | 0.11 | 0.08 | 0 | 0.72 |
| HSL | 225º | 0.06% | 0.26% | - |
| HSV(B) | 225º | 0.11% | 0.28% | - |
| XYZ | 5.08 | 5.29 | 6.72 | - |
| YUV | 65.09 | 131.34 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 65 | 71 | 0.11 | 0.08 | 0 | 0.72 | 225 | 0.06 | 0.26 |
| Hex | 3F | 41 | 47 | B | 8 | 0 | 48 | E1 | 6 | 1A |
| Octal | 77 | 101 | 107 | 13 | 10 | 0 | 110 | 341 | 6 | 32 |
| Binary | 111111 | 1000001 | 1000111 | 1011 | 1000 | 0 | 1001000 | 11100001 | 110 | 11010 |
Color Harmonies of #3F4147
Complementary color
Monochromatic Colors of #3F4147
Black with #3F4147
Text Example
Text Example
White with #3F4147
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4147; }
p { color: rgb(63,65,71); }
H1.HeaderClassName
{
color: #3F4147;
}
.AnyTagClassName
{
color: #3F4147;
}
</style>
background-color css
<style>
a { background-color: #3F4147; }
a { background-color: rgb(63,65,71); }
div.DivClassName
{
background-color: #3F4147;
}
.BgClassName
{
background-color: #3F4147;
}
</style>
border-color css
<style>
span { border-color: #3F4147; }
span { border-color: rgb(63,65,71); }
td.TdClassName
{
border-color: #3F4147;
}
.TagClassName
{
border-color: #3F4147;
}
</style>