Shades of Arsenic #3F4549
Tints of Arsenic #3F4549
RGB
CMYK
RGB Variations
Color information
#3F4549 (or 0x3F4549) is known color: Arsenic. HEX triplet: 3F, 45 and 49. RGB value is (63,69,73). Sum of RGB (Red+Green+Blue) = 63+69+73=205 (27% of max value = 765). Red value is 63 (25% from 255 or 30.73% from 205); Green value is 69 (27.34% from 255 or 33.66% from 205); Blue value is 73 (28.91% from 255 or 35.61% from 205); Max value from RGB is 73 - color contains mainly: blue. Hex color #3F4549 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F4549 is #C0BAB6. Grayscale: #434343. Windows color (decimal): -12630711 or 4801855. OLE color: 4801855.
HSL color Cylindrical-coordinate representation of color #3F4549: hue angle of 204º 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 #3F4549 is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 69 | 73 | - |
| CMYK | 0.14 | 0.05 | 0 | 0.71 |
| HSL | 204º | 0.07% | 0.27% | - |
| HSV(B) | 204º | 0.14% | 0.29% | - |
| XYZ | 5.38 | 5.79 | 7.14 | - |
| YUV | 67.66 | 131.01 | 124.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 69 | 73 | 0.14 | 0.05 | 0 | 0.71 | 204 | 0.07 | 0.27 |
| Hex | 3F | 45 | 49 | E | 5 | 0 | 47 | CC | 7 | 1B |
| Octal | 77 | 105 | 111 | 16 | 5 | 0 | 107 | 314 | 7 | 33 |
| Binary | 111111 | 1000101 | 1001001 | 1110 | 101 | 0 | 1000111 | 11001100 | 111 | 11011 |
Color Harmonies of #3F4549
Complementary color
Monochromatic Colors of #3F4549
Black with #3F4549
Text Example
Text Example
White with #3F4549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4549; }
p { color: rgb(63,69,73); }
H1.HeaderClassName
{
color: #3F4549;
}
.AnyTagClassName
{
color: #3F4549;
}
</style>
background-color css
<style>
a { background-color: #3F4549; }
a { background-color: rgb(63,69,73); }
div.DivClassName
{
background-color: #3F4549;
}
.BgClassName
{
background-color: #3F4549;
}
</style>
border-color css
<style>
span { border-color: #3F4549; }
span { border-color: rgb(63,69,73); }
td.TdClassName
{
border-color: #3F4549;
}
.TagClassName
{
border-color: #3F4549;
}
</style>