Shades of Arsenic #38424C
Tints of Arsenic #38424C
RGB
CMYK
RGB Variations
Color information
#38424C (or 0x38424C) is known color: Arsenic. HEX triplet: 38, 42 and 4C. RGB value is (56,66,76). Sum of RGB (Red+Green+Blue) = 56+66+76=198 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.28% from 198); Green value is 66 (26.17% from 255 or 33.33% from 198); Blue value is 76 (30.08% from 255 or 38.38% from 198); Max value from RGB is 76 - color contains mainly: blue. Hex color #38424C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38424C is #C7BDB3. Grayscale: #404040. Windows color (decimal): -13090228 or 4997688. OLE color: 4997688.
HSL color Cylindrical-coordinate representation of color #38424C: hue angle of 210º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #38424C is Cyan = 0.26, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.70.
Color convert
| RGB | 56 | 66 | 76 | - |
| CMYK | 0.26 | 0.13 | 0 | 0.70 |
| HSL | 210º | 0.15% | 0.26% | - |
| HSV(B) | 210º | 0.26% | 0.3% | - |
| XYZ | 4.88 | 5.26 | 7.6 | - |
| YUV | 64.15 | 134.69 | 122.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 66 | 76 | 0.26 | 0.13 | 0 | 0.70 | 210 | 0.15 | 0.26 |
| Hex | 38 | 42 | 4C | 1A | D | 0 | 46 | D2 | F | 1A |
| Octal | 70 | 102 | 114 | 32 | 15 | 0 | 106 | 322 | 17 | 32 |
| Binary | 111000 | 1000010 | 1001100 | 11010 | 1101 | 0 | 1000110 | 11010010 | 1111 | 11010 |
Color Harmonies of #38424C
Complementary color
Monochromatic Colors of #38424C
Black with #38424C
Text Example
Text Example
White with #38424C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38424C; }
p { color: rgb(56,66,76); }
H1.HeaderClassName
{
color: #38424C;
}
.AnyTagClassName
{
color: #38424C;
}
</style>
background-color css
<style>
a { background-color: #38424C; }
a { background-color: rgb(56,66,76); }
div.DivClassName
{
background-color: #38424C;
}
.BgClassName
{
background-color: #38424C;
}
</style>
border-color css
<style>
span { border-color: #38424C; }
span { border-color: rgb(56,66,76); }
td.TdClassName
{
border-color: #38424C;
}
.TagClassName
{
border-color: #38424C;
}
</style>