Shades of Arsenic #303D49
Tints of Arsenic #303D49
RGB
CMYK
RGB Variations
Color information
#303D49 (or 0x303D49) is known color: Arsenic. HEX triplet: 30, 3D and 49. RGB value is (48,61,73). Sum of RGB (Red+Green+Blue) = 48+61+73=182 (24% of max value = 765). Red value is 48 (19.14% from 255 or 26.37% from 182); Green value is 61 (24.22% from 255 or 33.52% from 182); Blue value is 73 (28.91% from 255 or 40.11% from 182); Max value from RGB is 73 - color contains mainly: blue. Hex color #303D49 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303D49 is #CFC2B6. Grayscale: #3A3A3A. Windows color (decimal): -13615799 or 4799792. OLE color: 4799792.
HSL color Cylindrical-coordinate representation of color #303D49: hue angle of 208.8º degrees, saturation: 0.21, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #303D49 is Cyan = 0.34, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 48 | 61 | 73 | - |
| CMYK | 0.34 | 0.16 | 0 | 0.71 |
| HSL | 208.8º | 0.21% | 0.24% | - |
| HSV(B) | 208.8º | 0.34% | 0.29% | - |
| XYZ | 4.09 | 4.45 | 6.95 | - |
| YUV | 58.48 | 136.19 | 120.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 61 | 73 | 0.34 | 0.16 | 0 | 0.71 | 208.8 | 0.21 | 0.24 |
| Hex | 30 | 3D | 49 | 22 | 10 | 0 | 47 | D1 | 15 | 18 |
| Octal | 60 | 75 | 111 | 42 | 20 | 0 | 107 | 321 | 25 | 30 |
| Binary | 110000 | 111101 | 1001001 | 100010 | 10000 | 0 | 1000111 | 11010001 | 10101 | 11000 |
Color Harmonies of #303D49
Complementary color
Monochromatic Colors of #303D49
Black with #303D49
Text Example
Text Example
White with #303D49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303D49; }
p { color: rgb(48,61,73); }
H1.HeaderClassName
{
color: #303D49;
}
.AnyTagClassName
{
color: #303D49;
}
</style>
background-color css
<style>
a { background-color: #303D49; }
a { background-color: rgb(48,61,73); }
div.DivClassName
{
background-color: #303D49;
}
.BgClassName
{
background-color: #303D49;
}
</style>
border-color css
<style>
span { border-color: #303D49; }
span { border-color: rgb(48,61,73); }
td.TdClassName
{
border-color: #303D49;
}
.TagClassName
{
border-color: #303D49;
}
</style>