Shades of Arsenic #3F4850
Tints of Arsenic #3F4850
RGB
CMYK
RGB Variations
Color information
#3F4850 (or 0x3F4850) is known color: Arsenic. HEX triplet: 3F, 48 and 50. RGB value is (63,72,80). Sum of RGB (Red+Green+Blue) = 63+72+80=215 (28% of max value = 765). Red value is 63 (25% from 255 or 29.30% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 80 (31.64% from 255 or 37.21% from 215); Max value from RGB is 80 - color contains mainly: blue. Hex color #3F4850 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4850 is #C0B7AF. Grayscale: #464646. Windows color (decimal): -12629936 or 5261375. OLE color: 5261375.
HSL color Cylindrical-coordinate representation of color #3F4850: hue angle of 208.24º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #3F4850 is Cyan = 0.21, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 63 | 72 | 80 | - |
| CMYK | 0.21 | 0.10 | 0 | 0.69 |
| HSL | 208.24º | 0.12% | 0.28% | - |
| HSV(B) | 208.24º | 0.21% | 0.31% | - |
| XYZ | 5.82 | 6.27 | 8.49 | - |
| YUV | 70.22 | 133.52 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 72 | 80 | 0.21 | 0.10 | 0 | 0.69 | 208.24 | 0.12 | 0.28 |
| Hex | 3F | 48 | 50 | 15 | A | 0 | 45 | D0 | C | 1C |
| Octal | 77 | 110 | 120 | 25 | 12 | 0 | 105 | 320 | 14 | 34 |
| Binary | 111111 | 1001000 | 1010000 | 10101 | 1010 | 0 | 1000101 | 11010000 | 1100 | 11100 |
Color Harmonies of #3F4850
Complementary color
Monochromatic Colors of #3F4850
Black with #3F4850
Text Example
Text Example
White with #3F4850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4850; }
p { color: rgb(63,72,80); }
H1.HeaderClassName
{
color: #3F4850;
}
.AnyTagClassName
{
color: #3F4850;
}
</style>
background-color css
<style>
a { background-color: #3F4850; }
a { background-color: rgb(63,72,80); }
div.DivClassName
{
background-color: #3F4850;
}
.BgClassName
{
background-color: #3F4850;
}
</style>
border-color css
<style>
span { border-color: #3F4850; }
span { border-color: rgb(63,72,80); }
td.TdClassName
{
border-color: #3F4850;
}
.TagClassName
{
border-color: #3F4850;
}
</style>