Shades of Arsenic #3F474F
Tints of Arsenic #3F474F
RGB
CMYK
RGB Variations
Color information
#3F474F (or 0x3F474F) is known color: Arsenic. HEX triplet: 3F, 47 and 4F. RGB value is (63,71,79). Sum of RGB (Red+Green+Blue) = 63+71+79=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 71 (28.12% from 255 or 33.33% from 213); Blue value is 79 (31.25% from 255 or 37.09% from 213); Max value from RGB is 79 - color contains mainly: blue. Hex color #3F474F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F474F is #C0B8B0. Grayscale: #454545. Windows color (decimal): -12630193 or 5195583. OLE color: 5195583.
HSL color Cylindrical-coordinate representation of color #3F474F: hue angle of 210º 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 #3F474F is Cyan = 0.20, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
RGB | 63 | 71 | 79 | - |
CMYK | 0.20 | 0.10 | 0 | 0.69 |
HSL | 210º | 0.11% | 0.28% | - |
HSV(B) | 210º | 0.2% | 0.31% | - |
XYZ | 5.71 | 6.13 | 8.28 | - |
YUV | 69.52 | 133.35 | 123.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 63 | 71 | 79 | 0.20 | 0.10 | 0 | 0.69 | 210 | 0.11 | 0.28 |
Hex | 3F | 47 | 4F | 14 | A | 0 | 45 | D2 | B | 1C |
Octal | 77 | 107 | 117 | 24 | 12 | 0 | 105 | 322 | 13 | 34 |
Binary | 111111 | 1000111 | 1001111 | 10100 | 1010 | 0 | 1000101 | 11010010 | 1011 | 11100 |
Color Harmonies of #3F474F
Complementary color
Monochromatic Colors of #3F474F
Black with #3F474F
Text Example
Text Example
White with #3F474F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F474F; }
p { color: rgb(63,71,79); }
H1.HeaderClassName
{
color: #3F474F;
}
.AnyTagClassName
{
color: #3F474F;
}
</style>
background-color css
<style>
a { background-color: #3F474F; }
a { background-color: rgb(63,71,79); }
div.DivClassName
{
background-color: #3F474F;
}
.BgClassName
{
background-color: #3F474F;
}
</style>
border-color css
<style>
span { border-color: #3F474F; }
span { border-color: rgb(63,71,79); }
td.TdClassName
{
border-color: #3F474F;
}
.TagClassName
{
border-color: #3F474F;
}
</style>