Shades of Arsenic #30414F
Tints of Arsenic #30414F
RGB
CMYK
RGB Variations
Color information
#30414F (or 0x30414F) is known color: Arsenic. HEX triplet: 30, 41 and 4F. RGB value is (48,65,79). Sum of RGB (Red+Green+Blue) = 48+65+79=192 (25% of max value = 765). Red value is 48 (19.14% from 255 or 25% from 192); Green value is 65 (25.78% from 255 or 33.85% from 192); Blue value is 79 (31.25% from 255 or 41.15% from 192); Max value from RGB is 79 - color contains mainly: blue. Hex color #30414F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #30414F is #CFBEB0. Grayscale: #3D3D3D. Windows color (decimal): -13614769 or 5194032. OLE color: 5194032.
HSL color Cylindrical-coordinate representation of color #30414F: hue angle of 207.1º degrees, saturation: 0.24, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #30414F is Cyan = 0.39, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 65 | 79 | - |
| CMYK | 0.39 | 0.18 | 0 | 0.69 |
| HSL | 207.1º | 0.24% | 0.25% | - |
| HSV(B) | 207.1º | 0.39% | 0.31% | - |
| XYZ | 4.52 | 4.97 | 8.12 | - |
| YUV | 61.51 | 137.87 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 65 | 79 | 0.39 | 0.18 | 0 | 0.69 | 207.1 | 0.24 | 0.25 |
| Hex | 30 | 41 | 4F | 27 | 12 | 0 | 45 | CF | 18 | 19 |
| Octal | 60 | 101 | 117 | 47 | 22 | 0 | 105 | 317 | 30 | 31 |
| Binary | 110000 | 1000001 | 1001111 | 100111 | 10010 | 0 | 1000101 | 11001111 | 11000 | 11001 |
Color Harmonies of #30414F
Complementary color
Monochromatic Colors of #30414F
Black with #30414F
Text Example
Text Example
White with #30414F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30414F; }
p { color: rgb(48,65,79); }
H1.HeaderClassName
{
color: #30414F;
}
.AnyTagClassName
{
color: #30414F;
}
</style>
background-color css
<style>
a { background-color: #30414F; }
a { background-color: rgb(48,65,79); }
div.DivClassName
{
background-color: #30414F;
}
.BgClassName
{
background-color: #30414F;
}
</style>
border-color css
<style>
span { border-color: #30414F; }
span { border-color: rgb(48,65,79); }
td.TdClassName
{
border-color: #30414F;
}
.TagClassName
{
border-color: #30414F;
}
</style>