Shades of Arsenic #3F454A
Tints of Arsenic #3F454A
RGB
CMYK
RGB Variations
Color information
#3F454A (or 0x3F454A) is known color: Arsenic. HEX triplet: 3F, 45 and 4A. RGB value is (63,69,74). Sum of RGB (Red+Green+Blue) = 63+69+74=206 (27% of max value = 765). Red value is 63 (25% from 255 or 30.58% from 206); Green value is 69 (27.34% from 255 or 33.50% from 206); Blue value is 74 (29.30% from 255 or 35.92% from 206); Max value from RGB is 74 - color contains mainly: blue. Hex color #3F454A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F454A is #C0BAB5. Grayscale: #434343. Windows color (decimal): -12630710 or 4867391. OLE color: 4867391.
HSL color Cylindrical-coordinate representation of color #3F454A: hue angle of 207.27º degrees, saturation: 0.08, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #3F454A is Cyan = 0.15, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 63 | 69 | 74 | - |
| CMYK | 0.15 | 0.07 | 0 | 0.71 |
| HSL | 207.27º | 0.08% | 0.27% | - |
| HSV(B) | 207.27º | 0.15% | 0.29% | - |
| XYZ | 5.41 | 5.81 | 7.31 | - |
| YUV | 67.78 | 131.51 | 124.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 69 | 74 | 0.15 | 0.07 | 0 | 0.71 | 207.27 | 0.08 | 0.27 |
| Hex | 3F | 45 | 4A | F | 7 | 0 | 47 | CF | 8 | 1B |
| Octal | 77 | 105 | 112 | 17 | 7 | 0 | 107 | 317 | 10 | 33 |
| Binary | 111111 | 1000101 | 1001010 | 1111 | 111 | 0 | 1000111 | 11001111 | 1000 | 11011 |
Color Harmonies of #3F454A
Complementary color
Monochromatic Colors of #3F454A
Black with #3F454A
Text Example
Text Example
White with #3F454A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F454A; }
p { color: rgb(63,69,74); }
H1.HeaderClassName
{
color: #3F454A;
}
.AnyTagClassName
{
color: #3F454A;
}
</style>
background-color css
<style>
a { background-color: #3F454A; }
a { background-color: rgb(63,69,74); }
div.DivClassName
{
background-color: #3F454A;
}
.BgClassName
{
background-color: #3F454A;
}
</style>
border-color css
<style>
span { border-color: #3F454A; }
span { border-color: rgb(63,69,74); }
td.TdClassName
{
border-color: #3F454A;
}
.TagClassName
{
border-color: #3F454A;
}
</style>