Shades of Arsenic #3F4952
Tints of Arsenic #3F4952
RGB
CMYK
RGB Variations
Color information
#3F4952 (or 0x3F4952) is known color: Arsenic. HEX triplet: 3F, 49 and 52. RGB value is (63,73,82). Sum of RGB (Red+Green+Blue) = 63+73+82=218 (28% of max value = 765). Red value is 63 (25% from 255 or 28.90% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 82 (32.42% from 255 or 37.61% from 218); Max value from RGB is 82 - color contains mainly: blue. Hex color #3F4952 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4952 is #C0B6AD. Grayscale: #464646. Windows color (decimal): -12629678 or 5392703. OLE color: 5392703.
HSL color Cylindrical-coordinate representation of color #3F4952: hue angle of 208.42º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #3F4952 is Cyan = 0.23, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 63 | 73 | 82 | - |
| CMYK | 0.23 | 0.11 | 0 | 0.68 |
| HSL | 208.42º | 0.13% | 0.28% | - |
| HSV(B) | 208.42º | 0.23% | 0.32% | - |
| XYZ | 5.96 | 6.43 | 8.91 | - |
| YUV | 71.04 | 134.19 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 73 | 82 | 0.23 | 0.11 | 0 | 0.68 | 208.42 | 0.13 | 0.28 |
| Hex | 3F | 49 | 52 | 17 | B | 0 | 44 | D0 | D | 1C |
| Octal | 77 | 111 | 122 | 27 | 13 | 0 | 104 | 320 | 15 | 34 |
| Binary | 111111 | 1001001 | 1010010 | 10111 | 1011 | 0 | 1000100 | 11010000 | 1101 | 11100 |
Color Harmonies of #3F4952
Complementary color
Monochromatic Colors of #3F4952
Black with #3F4952
Text Example
Text Example
White with #3F4952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4952; }
p { color: rgb(63,73,82); }
H1.HeaderClassName
{
color: #3F4952;
}
.AnyTagClassName
{
color: #3F4952;
}
</style>
background-color css
<style>
a { background-color: #3F4952; }
a { background-color: rgb(63,73,82); }
div.DivClassName
{
background-color: #3F4952;
}
.BgClassName
{
background-color: #3F4952;
}
</style>
border-color css
<style>
span { border-color: #3F4952; }
span { border-color: rgb(63,73,82); }
td.TdClassName
{
border-color: #3F4952;
}
.TagClassName
{
border-color: #3F4952;
}
</style>