Shades of Arsenic #304150
Tints of Arsenic #304150
RGB
CMYK
RGB Variations
Color information
#304150 (or 0x304150) is known color: Arsenic. HEX triplet: 30, 41 and 50. RGB value is (48,65,80). Sum of RGB (Red+Green+Blue) = 48+65+80=193 (25% of max value = 765). Red value is 48 (19.14% from 255 or 24.87% from 193); Green value is 65 (25.78% from 255 or 33.68% from 193); Blue value is 80 (31.64% from 255 or 41.45% from 193); Max value from RGB is 80 - color contains mainly: blue. Hex color #304150 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #304150 is #CFBEAF. Grayscale: #3D3D3D. Windows color (decimal): -13614768 or 5259568. OLE color: 5259568.
HSL color Cylindrical-coordinate representation of color #304150: hue angle of 208.12º degrees, saturation: 0.25, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #304150 is Cyan = 0.40, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 48 | 65 | 80 | - |
| CMYK | 0.40 | 0.19 | 0 | 0.69 |
| HSL | 208.13º | 0.25% | 0.25% | - |
| HSV(B) | 208.13º | 0.4% | 0.31% | - |
| XYZ | 4.56 | 4.99 | 8.31 | - |
| YUV | 61.63 | 138.37 | 118.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 65 | 80 | 0.40 | 0.19 | 0 | 0.69 | 208.13 | 0.25 | 0.25 |
| Hex | 30 | 41 | 50 | 28 | 13 | 0 | 45 | D0 | 19 | 19 |
| Octal | 60 | 101 | 120 | 50 | 23 | 0 | 105 | 320 | 31 | 31 |
| Binary | 110000 | 1000001 | 1010000 | 101000 | 10011 | 0 | 1000101 | 11010000 | 11001 | 11001 |
Color Harmonies of #304150
Complementary color
Monochromatic Colors of #304150
Black with #304150
Text Example
Text Example
White with #304150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #304150; }
p { color: rgb(48,65,80); }
H1.HeaderClassName
{
color: #304150;
}
.AnyTagClassName
{
color: #304150;
}
</style>
background-color css
<style>
a { background-color: #304150; }
a { background-color: rgb(48,65,80); }
div.DivClassName
{
background-color: #304150;
}
.BgClassName
{
background-color: #304150;
}
</style>
border-color css
<style>
span { border-color: #304150; }
span { border-color: rgb(48,65,80); }
td.TdClassName
{
border-color: #304150;
}
.TagClassName
{
border-color: #304150;
}
</style>