Shades of Arsenic #3A4248
Tints of Arsenic #3A4248
RGB
CMYK
RGB Variations
Color information
#3A4248 (or 0x3A4248) is known color: Arsenic. HEX triplet: 3A, 42 and 48. RGB value is (58,66,72). Sum of RGB (Red+Green+Blue) = 58+66+72=196 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.59% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 72 (28.52% from 255 or 36.73% from 196); Max value from RGB is 72 - color contains mainly: blue. Hex color #3A4248 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3A4248 is #C5BDB7. Grayscale: #404040. Windows color (decimal): -12959160 or 4735546. OLE color: 4735546.
HSL color Cylindrical-coordinate representation of color #3A4248: hue angle of 205.71º degrees, saturation: 0.11, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #3A4248 is Cyan = 0.19, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 58 | 66 | 72 | - |
| CMYK | 0.19 | 0.08 | 0 | 0.72 |
| HSL | 205.71º | 0.11% | 0.25% | - |
| HSV(B) | 205.71º | 0.19% | 0.28% | - |
| XYZ | 4.86 | 5.26 | 6.89 | - |
| YUV | 64.29 | 132.35 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 66 | 72 | 0.19 | 0.08 | 0 | 0.72 | 205.71 | 0.11 | 0.25 |
| Hex | 3A | 42 | 48 | 13 | 8 | 0 | 48 | CE | B | 19 |
| Octal | 72 | 102 | 110 | 23 | 10 | 0 | 110 | 316 | 13 | 31 |
| Binary | 111010 | 1000010 | 1001000 | 10011 | 1000 | 0 | 1001000 | 11001110 | 1011 | 11001 |
Color Harmonies of #3A4248
Complementary color
Monochromatic Colors of #3A4248
Black with #3A4248
Text Example
Text Example
White with #3A4248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4248; }
p { color: rgb(58,66,72); }
H1.HeaderClassName
{
color: #3A4248;
}
.AnyTagClassName
{
color: #3A4248;
}
</style>
background-color css
<style>
a { background-color: #3A4248; }
a { background-color: rgb(58,66,72); }
div.DivClassName
{
background-color: #3A4248;
}
.BgClassName
{
background-color: #3A4248;
}
</style>
border-color css
<style>
span { border-color: #3A4248; }
span { border-color: rgb(58,66,72); }
td.TdClassName
{
border-color: #3A4248;
}
.TagClassName
{
border-color: #3A4248;
}
</style>