Shades of Arsenic #3F4449
Tints of Arsenic #3F4449
RGB
CMYK
RGB Variations
Color information
#3F4449 (or 0x3F4449) is known color: Arsenic. HEX triplet: 3F, 44 and 49. RGB value is (63,68,73). Sum of RGB (Red+Green+Blue) = 63+68+73=204 (27% of max value = 765). Red value is 63 (25% from 255 or 30.88% from 204); Green value is 68 (26.95% from 255 or 33.33% from 204); Blue value is 73 (28.91% from 255 or 35.78% from 204); Max value from RGB is 73 - color contains mainly: blue. Hex color #3F4449 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4449 is #C0BBB6. Grayscale: #434343. Windows color (decimal): -12630967 or 4801599. OLE color: 4801599.
HSL color Cylindrical-coordinate representation of color #3F4449: hue angle of 210º 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 #3F4449 is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 68 | 73 | - |
| CMYK | 0.14 | 0.07 | 0 | 0.71 |
| HSL | 210º | 0.07% | 0.27% | - |
| HSV(B) | 210º | 0.14% | 0.29% | - |
| XYZ | 5.32 | 5.67 | 7.12 | - |
| YUV | 67.08 | 131.34 | 125.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 68 | 73 | 0.14 | 0.07 | 0 | 0.71 | 210 | 0.07 | 0.27 |
| Hex | 3F | 44 | 49 | E | 7 | 0 | 47 | D2 | 7 | 1B |
| Octal | 77 | 104 | 111 | 16 | 7 | 0 | 107 | 322 | 7 | 33 |
| Binary | 111111 | 1000100 | 1001001 | 1110 | 111 | 0 | 1000111 | 11010010 | 111 | 11011 |
Color Harmonies of #3F4449
Complementary color
Monochromatic Colors of #3F4449
Black with #3F4449
Text Example
Text Example
White with #3F4449
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4449; }
p { color: rgb(63,68,73); }
H1.HeaderClassName
{
color: #3F4449;
}
.AnyTagClassName
{
color: #3F4449;
}
</style>
background-color css
<style>
a { background-color: #3F4449; }
a { background-color: rgb(63,68,73); }
div.DivClassName
{
background-color: #3F4449;
}
.BgClassName
{
background-color: #3F4449;
}
</style>
border-color css
<style>
span { border-color: #3F4449; }
span { border-color: rgb(63,68,73); }
td.TdClassName
{
border-color: #3F4449;
}
.TagClassName
{
border-color: #3F4449;
}
</style>