Shades of Steel Grey #3F4249
Tints of Steel Grey #3F4249
RGB
CMYK
RGB Variations
Color information
#3F4249 (or 0x3F4249) is known color: Steel Grey. HEX triplet: 3F, 42 and 49. RGB value is (63,66,73). Sum of RGB (Red+Green+Blue) = 63+66+73=202 (26% of max value = 765). Red value is 63 (25% from 255 or 31.19% from 202); Green value is 66 (26.17% from 255 or 32.67% from 202); Blue value is 73 (28.91% from 255 or 36.14% from 202); Max value from RGB is 73 - color contains mainly: blue. Hex color #3F4249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4249 is #C0BDB6. Grayscale: #414141. Windows color (decimal): -12631479 or 4801087. OLE color: 4801087.
HSL color Cylindrical-coordinate representation of color #3F4249: hue angle of 222º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #3F4249 is Cyan = 0.14, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 66 | 73 | - |
| CMYK | 0.14 | 0.10 | 0 | 0.71 |
| HSL | 222º | 0.07% | 0.27% | - |
| HSV(B) | 222º | 0.14% | 0.29% | - |
| XYZ | 5.2 | 5.43 | 7.08 | - |
| YUV | 65.9 | 132.01 | 125.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 66 | 73 | 0.14 | 0.10 | 0 | 0.71 | 222 | 0.07 | 0.27 |
| Hex | 3F | 42 | 49 | E | A | 0 | 47 | DE | 7 | 1B |
| Octal | 77 | 102 | 111 | 16 | 12 | 0 | 107 | 336 | 7 | 33 |
| Binary | 111111 | 1000010 | 1001001 | 1110 | 1010 | 0 | 1000111 | 11011110 | 111 | 11011 |
Color Harmonies of #3F4249
Complementary color
Monochromatic Colors of #3F4249
Black with #3F4249
Text Example
Text Example
White with #3F4249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4249; }
p { color: rgb(63,66,73); }
H1.HeaderClassName
{
color: #3F4249;
}
.AnyTagClassName
{
color: #3F4249;
}
</style>
background-color css
<style>
a { background-color: #3F4249; }
a { background-color: rgb(63,66,73); }
div.DivClassName
{
background-color: #3F4249;
}
.BgClassName
{
background-color: #3F4249;
}
</style>
border-color css
<style>
span { border-color: #3F4249; }
span { border-color: rgb(63,66,73); }
td.TdClassName
{
border-color: #3F4249;
}
.TagClassName
{
border-color: #3F4249;
}
</style>