Shades of Grey-Asparagus #3F4F3F
Tints of Grey-Asparagus #3F4F3F
RGB
CMYK
RGB Variations
Color information
#3F4F3F (or 0x3F4F3F) is known color: Grey-Asparagus. HEX triplet: 3F, 4F and 3F. RGB value is (63,79,63). Sum of RGB (Red+Green+Blue) = 63+79+63=205 (27% of max value = 765). Red value is 63 (25% from 255 or 30.73% from 205); Green value is 79 (31.25% from 255 or 38.54% from 205); Blue value is 63 (25% from 255 or 30.73% from 205); Max value from RGB is 79 - color contains mainly: green. Hex color #3F4F3F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F4F3F is #C0B0C0. Grayscale: #484848. Windows color (decimal): -12628161 or 4149055. OLE color: 4149055.
HSL color Cylindrical-coordinate representation of color #3F4F3F: hue angle of 120º degrees, saturation: 0.11, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #3F4F3F is Cyan = 0.20, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.69.
Color convert
RGB | 63 | 79 | 63 | - |
CMYK | 0.20 | 0 | 0.20 | 0.69 |
HSL | 120º | 0.11% | 0.28% | - |
HSV(B) | 120º | 0.2% | 0.31% | - |
XYZ | 5.74 | 7.01 | 5.75 | - |
YUV | 72.39 | 122.7 | 121.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 63 | 79 | 63 | 0.20 | 0 | 0.20 | 0.69 | 120 | 0.11 | 0.28 |
Hex | 3F | 4F | 3F | 14 | 0 | 14 | 45 | 78 | B | 1C |
Octal | 77 | 117 | 77 | 24 | 0 | 24 | 105 | 170 | 13 | 34 |
Binary | 111111 | 1001111 | 111111 | 10100 | 0 | 10100 | 1000101 | 1111000 | 1011 | 11100 |
Color Harmonies of #3F4F3F
Complementary color
Monochromatic Colors of #3F4F3F
Black with #3F4F3F
Text Example
Text Example
White with #3F4F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4F3F; }
p { color: rgb(63,79,63); }
H1.HeaderClassName
{
color: #3F4F3F;
}
.AnyTagClassName
{
color: #3F4F3F;
}
</style>
background-color css
<style>
a { background-color: #3F4F3F; }
a { background-color: rgb(63,79,63); }
div.DivClassName
{
background-color: #3F4F3F;
}
.BgClassName
{
background-color: #3F4F3F;
}
</style>
border-color css
<style>
span { border-color: #3F4F3F; }
span { border-color: rgb(63,79,63); }
td.TdClassName
{
border-color: #3F4F3F;
}
.TagClassName
{
border-color: #3F4F3F;
}
</style>