Shades of Steel Grey #3F4146
Tints of Steel Grey #3F4146
RGB
CMYK
RGB Variations
Color information
#3F4146 (or 0x3F4146) is known color: Steel Grey. HEX triplet: 3F, 41 and 46. RGB value is (63,65,70). Sum of RGB (Red+Green+Blue) = 63+65+70=198 (26% of max value = 765). Red value is 63 (25% from 255 or 31.82% from 198); Green value is 65 (25.78% from 255 or 32.83% from 198); Blue value is 70 (27.73% from 255 or 35.35% from 198); Max value from RGB is 70 - color contains mainly: blue. Hex color #3F4146 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4146 is #C0BEB9. Grayscale: #404040. Windows color (decimal): -12631738 or 4604223. OLE color: 4604223.
HSL color Cylindrical-coordinate representation of color #3F4146: hue angle of 222.86º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3F4146 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 65 | 70 | - |
| CMYK | 0.10 | 0.07 | 0 | 0.73 |
| HSL | 222.86º | 0.05% | 0.26% | - |
| HSV(B) | 222.86º | 0.1% | 0.27% | - |
| XYZ | 5.05 | 5.28 | 6.55 | - |
| YUV | 64.97 | 130.84 | 126.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 65 | 70 | 0.10 | 0.07 | 0 | 0.73 | 222.86 | 0.05 | 0.26 |
| Hex | 3F | 41 | 46 | A | 7 | 0 | 49 | DF | 5 | 1A |
| Octal | 77 | 101 | 106 | 12 | 7 | 0 | 111 | 337 | 5 | 32 |
| Binary | 111111 | 1000001 | 1000110 | 1010 | 111 | 0 | 1001001 | 11011111 | 101 | 11010 |
Color Harmonies of #3F4146
Complementary color
Monochromatic Colors of #3F4146
Black with #3F4146
Text Example
Text Example
White with #3F4146
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4146; }
p { color: rgb(63,65,70); }
H1.HeaderClassName
{
color: #3F4146;
}
.AnyTagClassName
{
color: #3F4146;
}
</style>
background-color css
<style>
a { background-color: #3F4146; }
a { background-color: rgb(63,65,70); }
div.DivClassName
{
background-color: #3F4146;
}
.BgClassName
{
background-color: #3F4146;
}
</style>
border-color css
<style>
span { border-color: #3F4146; }
span { border-color: rgb(63,65,70); }
td.TdClassName
{
border-color: #3F4146;
}
.TagClassName
{
border-color: #3F4146;
}
</style>