Shades of Steel Grey #3F4043
Tints of Steel Grey #3F4043
RGB
CMYK
RGB Variations
Color information
#3F4043 (or 0x3F4043) is known color: Steel Grey. HEX triplet: 3F, 40 and 43. RGB value is (63,64,67). Sum of RGB (Red+Green+Blue) = 63+64+67=194 (25% of max value = 765). Red value is 63 (25% from 255 or 32.47% from 194); Green value is 64 (25.39% from 255 or 32.99% from 194); Blue value is 67 (26.56% from 255 or 34.54% from 194); Max value from RGB is 67 - color contains mainly: blue. Hex color #3F4043 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4043 is #C0BFBC. Grayscale: #404040. Windows color (decimal): -12631997 or 4407359. OLE color: 4407359.
HSL color Cylindrical-coordinate representation of color #3F4043: hue angle of 225º degrees, saturation: 0.03, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #3F4043 is Cyan = 0.06, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 63 | 64 | 67 | - |
| CMYK | 0.06 | 0.04 | 0 | 0.74 |
| HSL | 225º | 0.03% | 0.25% | - |
| HSV(B) | 225º | 0.06% | 0.26% | - |
| XYZ | 4.9 | 5.13 | 6.04 | - |
| YUV | 64.04 | 129.67 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 64 | 67 | 0.06 | 0.04 | 0 | 0.74 | 225 | 0.03 | 0.25 |
| Hex | 3F | 40 | 43 | 6 | 4 | 0 | 4A | E1 | 3 | 19 |
| Octal | 77 | 100 | 103 | 6 | 4 | 0 | 112 | 341 | 3 | 31 |
| Binary | 111111 | 1000000 | 1000011 | 110 | 100 | 0 | 1001010 | 11100001 | 11 | 11001 |
Color Harmonies of #3F4043
Complementary color
Monochromatic Colors of #3F4043
Black with #3F4043
Text Example
Text Example
White with #3F4043
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4043; }
p { color: rgb(63,64,67); }
H1.HeaderClassName
{
color: #3F4043;
}
.AnyTagClassName
{
color: #3F4043;
}
</style>
background-color css
<style>
a { background-color: #3F4043; }
a { background-color: rgb(63,64,67); }
div.DivClassName
{
background-color: #3F4043;
}
.BgClassName
{
background-color: #3F4043;
}
</style>
border-color css
<style>
span { border-color: #3F4043; }
span { border-color: rgb(63,64,67); }
td.TdClassName
{
border-color: #3F4043;
}
.TagClassName
{
border-color: #3F4043;
}
</style>