Shades of Arsenic #3C4249
Tints of Arsenic #3C4249
RGB
CMYK
RGB Variations
Color information
#3C4249 (or 0x3C4249) is known color: Arsenic. HEX triplet: 3C, 42 and 49. RGB value is (60,66,73). Sum of RGB (Red+Green+Blue) = 60+66+73=199 (26% of max value = 765). Red value is 60 (23.83% from 255 or 30.15% from 199); Green value is 66 (26.17% from 255 or 33.17% from 199); Blue value is 73 (28.91% from 255 or 36.68% from 199); Max value from RGB is 73 - color contains mainly: blue. Hex color #3C4249 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C4249 is #C3BDB6. Grayscale: #404040. Windows color (decimal): -12828087 or 4801084. OLE color: 4801084.
HSL color Cylindrical-coordinate representation of color #3C4249: hue angle of 212.31º degrees, saturation: 0.1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #3C4249 is Cyan = 0.18, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
RGB | 60 | 66 | 73 | - |
CMYK | 0.18 | 0.10 | 0 | 0.71 |
HSL | 212.31º | 0.1% | 0.26% | - |
HSV(B) | 212.31º | 0.18% | 0.29% | - |
XYZ | 5.01 | 5.34 | 7.07 | - |
YUV | 65 | 132.51 | 124.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 60 | 66 | 73 | 0.18 | 0.10 | 0 | 0.71 | 212.31 | 0.1 | 0.26 |
Hex | 3C | 42 | 49 | 12 | A | 0 | 47 | D4 | A | 1A |
Octal | 74 | 102 | 111 | 22 | 12 | 0 | 107 | 324 | 12 | 32 |
Binary | 111100 | 1000010 | 1001001 | 10010 | 1010 | 0 | 1000111 | 11010100 | 1010 | 11010 |
Color Harmonies of #3C4249
Complementary color
Monochromatic Colors of #3C4249
Black with #3C4249
Text Example
Text Example
White with #3C4249
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C4249; }
p { color: rgb(60,66,73); }
H1.HeaderClassName
{
color: #3C4249;
}
.AnyTagClassName
{
color: #3C4249;
}
</style>
background-color css
<style>
a { background-color: #3C4249; }
a { background-color: rgb(60,66,73); }
div.DivClassName
{
background-color: #3C4249;
}
.BgClassName
{
background-color: #3C4249;
}
</style>
border-color css
<style>
span { border-color: #3C4249; }
span { border-color: rgb(60,66,73); }
td.TdClassName
{
border-color: #3C4249;
}
.TagClassName
{
border-color: #3C4249;
}
</style>