Shades of Arsenic #3F4447
Tints of Arsenic #3F4447
RGB
CMYK
RGB Variations
Color information
#3F4447 (or 0x3F4447) is known color: Arsenic. HEX triplet: 3F, 44 and 47. RGB value is (63,68,71). Sum of RGB (Red+Green+Blue) = 63+68+71=202 (26% of max value = 765). Red value is 63 (25% from 255 or 31.19% from 202); Green value is 68 (26.95% from 255 or 33.66% from 202); Blue value is 71 (28.12% from 255 or 35.15% from 202); Max value from RGB is 71 - color contains mainly: blue. Hex color #3F4447 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4447 is #C0BBB8. Grayscale: #424242. Windows color (decimal): -12630969 or 4670527. OLE color: 4670527.
HSL color Cylindrical-coordinate representation of color #3F4447: hue angle of 202.5º degrees, saturation: 0.06, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #3F4447 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 63 | 68 | 71 | - |
| CMYK | 0.11 | 0.04 | 0 | 0.72 |
| HSL | 202.5º | 0.06% | 0.26% | - |
| HSV(B) | 202.5º | 0.11% | 0.28% | - |
| XYZ | 5.25 | 5.65 | 6.77 | - |
| YUV | 66.85 | 130.34 | 125.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 68 | 71 | 0.11 | 0.04 | 0 | 0.72 | 202.5 | 0.06 | 0.26 |
| Hex | 3F | 44 | 47 | B | 4 | 0 | 48 | CA | 6 | 1A |
| Octal | 77 | 104 | 107 | 13 | 4 | 0 | 110 | 312 | 6 | 32 |
| Binary | 111111 | 1000100 | 1000111 | 1011 | 100 | 0 | 1001000 | 11001010 | 110 | 11010 |
Color Harmonies of #3F4447
Complementary color
Monochromatic Colors of #3F4447
Black with #3F4447
Text Example
Text Example
White with #3F4447
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4447; }
p { color: rgb(63,68,71); }
H1.HeaderClassName
{
color: #3F4447;
}
.AnyTagClassName
{
color: #3F4447;
}
</style>
background-color css
<style>
a { background-color: #3F4447; }
a { background-color: rgb(63,68,71); }
div.DivClassName
{
background-color: #3F4447;
}
.BgClassName
{
background-color: #3F4447;
}
</style>
border-color css
<style>
span { border-color: #3F4447; }
span { border-color: rgb(63,68,71); }
td.TdClassName
{
border-color: #3F4447;
}
.TagClassName
{
border-color: #3F4447;
}
</style>