Shades of Arsenic #38424A
Tints of Arsenic #38424A
RGB
CMYK
RGB Variations
Color information
#38424A (or 0x38424A) is known color: Arsenic. HEX triplet: 38, 42 and 4A. RGB value is (56,66,74). Sum of RGB (Red+Green+Blue) = 56+66+74=196 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.57% from 196); Green value is 66 (26.17% from 255 or 33.67% from 196); Blue value is 74 (29.30% from 255 or 37.76% from 196); Max value from RGB is 74 - color contains mainly: blue. Hex color #38424A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38424A is #C7BDB5. Grayscale: #3F3F3F. Windows color (decimal): -13090230 or 4866616. OLE color: 4866616.
HSL color Cylindrical-coordinate representation of color #38424A: hue angle of 206.67º degrees, saturation: 0.14, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #38424A is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 66 | 74 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.71 |
| HSL | 206.67º | 0.14% | 0.25% | - |
| HSV(B) | 206.67º | 0.24% | 0.29% | - |
| XYZ | 4.82 | 5.23 | 7.23 | - |
| YUV | 63.92 | 133.69 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 66 | 74 | 0.24 | 0.11 | 0 | 0.71 | 206.67 | 0.14 | 0.25 |
| Hex | 38 | 42 | 4A | 18 | B | 0 | 47 | CF | E | 19 |
| Octal | 70 | 102 | 112 | 30 | 13 | 0 | 107 | 317 | 16 | 31 |
| Binary | 111000 | 1000010 | 1001010 | 11000 | 1011 | 0 | 1000111 | 11001111 | 1110 | 11001 |
Color Harmonies of #38424A
Complementary color
Monochromatic Colors of #38424A
Black with #38424A
Text Example
Text Example
White with #38424A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38424A; }
p { color: rgb(56,66,74); }
H1.HeaderClassName
{
color: #38424A;
}
.AnyTagClassName
{
color: #38424A;
}
</style>
background-color css
<style>
a { background-color: #38424A; }
a { background-color: rgb(56,66,74); }
div.DivClassName
{
background-color: #38424A;
}
.BgClassName
{
background-color: #38424A;
}
</style>
border-color css
<style>
span { border-color: #38424A; }
span { border-color: rgb(56,66,74); }
td.TdClassName
{
border-color: #38424A;
}
.TagClassName
{
border-color: #38424A;
}
</style>