Shades of Arsenic #3F4346
Tints of Arsenic #3F4346
RGB
CMYK
RGB Variations
Color information
#3F4346 (or 0x3F4346) is known color: Arsenic. HEX triplet: 3F, 43 and 46. RGB value is (63,67,70). Sum of RGB (Red+Green+Blue) = 63+67+70=200 (26% of max value = 765). Red value is 63 (25% from 255 or 31.5% from 200); Green value is 67 (26.56% from 255 or 33.5% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 70 - color contains mainly: blue. Hex color #3F4346 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4346 is #C0BCB9. Grayscale: #424242. Windows color (decimal): -12631226 or 4604735. OLE color: 4604735.
HSL color Cylindrical-coordinate representation of color #3F4346: hue angle of 205.71º degrees, saturation: 0.05, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #3F4346 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 63 | 67 | 70 | - |
| CMYK | 0.10 | 0.04 | 0 | 0.73 |
| HSL | 205.71º | 0.05% | 0.26% | - |
| HSV(B) | 205.71º | 0.1% | 0.27% | - |
| XYZ | 5.16 | 5.51 | 6.59 | - |
| YUV | 66.15 | 130.17 | 125.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 67 | 70 | 0.10 | 0.04 | 0 | 0.73 | 205.71 | 0.05 | 0.26 |
| Hex | 3F | 43 | 46 | A | 4 | 0 | 49 | CE | 5 | 1A |
| Octal | 77 | 103 | 106 | 12 | 4 | 0 | 111 | 316 | 5 | 32 |
| Binary | 111111 | 1000011 | 1000110 | 1010 | 100 | 0 | 1001001 | 11001110 | 101 | 11010 |
Color Harmonies of #3F4346
Complementary color
Monochromatic Colors of #3F4346
Black with #3F4346
Text Example
Text Example
White with #3F4346
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4346; }
p { color: rgb(63,67,70); }
H1.HeaderClassName
{
color: #3F4346;
}
.AnyTagClassName
{
color: #3F4346;
}
</style>
background-color css
<style>
a { background-color: #3F4346; }
a { background-color: rgb(63,67,70); }
div.DivClassName
{
background-color: #3F4346;
}
.BgClassName
{
background-color: #3F4346;
}
</style>
border-color css
<style>
span { border-color: #3F4346; }
span { border-color: rgb(63,67,70); }
td.TdClassName
{
border-color: #3F4346;
}
.TagClassName
{
border-color: #3F4346;
}
</style>