Shades of Arsenic #303C48
Tints of Arsenic #303C48
RGB
CMYK
RGB Variations
Color information
#303C48 (or 0x303C48) is known color: Arsenic. HEX triplet: 30, 3C and 48. RGB value is (48,60,72). Sum of RGB (Red+Green+Blue) = 48+60+72=180 (23% of max value = 765). Red value is 48 (19.14% from 255 or 26.67% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 72 (28.52% from 255 or 40% from 180); Max value from RGB is 72 - color contains mainly: blue. Hex color #303C48 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303C48 is #CFC3B7. Grayscale: #393939. Windows color (decimal): -13616056 or 4734000. OLE color: 4734000.
HSL color Cylindrical-coordinate representation of color #303C48: hue angle of 210º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #303C48 is Cyan = 0.33, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 48 | 60 | 72 | - |
| CMYK | 0.33 | 0.17 | 0 | 0.72 |
| HSL | 210º | 0.2% | 0.24% | - |
| HSV(B) | 210º | 0.33% | 0.28% | - |
| XYZ | 4 | 4.33 | 6.76 | - |
| YUV | 57.78 | 136.02 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 60 | 72 | 0.33 | 0.17 | 0 | 0.72 | 210 | 0.2 | 0.24 |
| Hex | 30 | 3C | 48 | 21 | 11 | 0 | 48 | D2 | 14 | 18 |
| Octal | 60 | 74 | 110 | 41 | 21 | 0 | 110 | 322 | 24 | 30 |
| Binary | 110000 | 111100 | 1001000 | 100001 | 10001 | 0 | 1001000 | 11010010 | 10100 | 11000 |
Color Harmonies of #303C48
Complementary color
Monochromatic Colors of #303C48
Black with #303C48
Text Example
Text Example
White with #303C48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #303C48; }
p { color: rgb(48,60,72); }
H1.HeaderClassName
{
color: #303C48;
}
.AnyTagClassName
{
color: #303C48;
}
</style>
background-color css
<style>
a { background-color: #303C48; }
a { background-color: rgb(48,60,72); }
div.DivClassName
{
background-color: #303C48;
}
.BgClassName
{
background-color: #303C48;
}
</style>
border-color css
<style>
span { border-color: #303C48; }
span { border-color: rgb(48,60,72); }
td.TdClassName
{
border-color: #303C48;
}
.TagClassName
{
border-color: #303C48;
}
</style>