Shades of Arsenic #38424B
Tints of Arsenic #38424B
RGB
CMYK
RGB Variations
Color information
#38424B (or 0x38424B) is known color: Arsenic. HEX triplet: 38, 42 and 4B. RGB value is (56,66,75). Sum of RGB (Red+Green+Blue) = 56+66+75=197 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.43% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 75 (29.69% from 255 or 38.07% from 197); Max value from RGB is 75 - color contains mainly: blue. Hex color #38424B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38424B is #C7BDB4. Grayscale: #3F3F3F. Windows color (decimal): -13090229 or 4932152. OLE color: 4932152.
HSL color Cylindrical-coordinate representation of color #38424B: hue angle of 208.42º degrees, saturation: 0.15, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #38424B is Cyan = 0.25, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 56 | 66 | 75 | - |
| CMYK | 0.25 | 0.12 | 0 | 0.71 |
| HSL | 208.42º | 0.15% | 0.26% | - |
| HSV(B) | 208.42º | 0.25% | 0.29% | - |
| XYZ | 4.85 | 5.25 | 7.41 | - |
| YUV | 64.04 | 134.19 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 66 | 75 | 0.25 | 0.12 | 0 | 0.71 | 208.42 | 0.15 | 0.26 |
| Hex | 38 | 42 | 4B | 19 | C | 0 | 47 | D0 | F | 1A |
| Octal | 70 | 102 | 113 | 31 | 14 | 0 | 107 | 320 | 17 | 32 |
| Binary | 111000 | 1000010 | 1001011 | 11001 | 1100 | 0 | 1000111 | 11010000 | 1111 | 11010 |
Color Harmonies of #38424B
Complementary color
Monochromatic Colors of #38424B
Black with #38424B
Text Example
Text Example
White with #38424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38424B; }
p { color: rgb(56,66,75); }
H1.HeaderClassName
{
color: #38424B;
}
.AnyTagClassName
{
color: #38424B;
}
</style>
background-color css
<style>
a { background-color: #38424B; }
a { background-color: rgb(56,66,75); }
div.DivClassName
{
background-color: #38424B;
}
.BgClassName
{
background-color: #38424B;
}
</style>
border-color css
<style>
span { border-color: #38424B; }
span { border-color: rgb(56,66,75); }
td.TdClassName
{
border-color: #38424B;
}
.TagClassName
{
border-color: #38424B;
}
</style>