Shades of Arsenic #34424B
Tints of Arsenic #34424B
RGB
CMYK
RGB Variations
Color information
#34424B (or 0x34424B) is known color: Arsenic. HEX triplet: 34, 42 and 4B. RGB value is (52,66,75). Sum of RGB (Red+Green+Blue) = 52+66+75=193 (25% of max value = 765). Red value is 52 (20.70% from 255 or 26.94% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 75 (29.69% from 255 or 38.86% from 193); Max value from RGB is 75 - color contains mainly: blue. Hex color #34424B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #34424B is #CBBDB4. Grayscale: #3E3E3E. Windows color (decimal): -13352373 or 4932148. OLE color: 4932148.
HSL color Cylindrical-coordinate representation of color #34424B: hue angle of 203.48º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #34424B is Cyan = 0.31, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 52 | 66 | 75 | - |
| CMYK | 0.31 | 0.12 | 0 | 0.71 |
| HSL | 203.48º | 0.18% | 0.25% | - |
| HSV(B) | 203.48º | 0.31% | 0.29% | - |
| XYZ | 4.63 | 5.13 | 7.4 | - |
| YUV | 62.84 | 134.86 | 120.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 66 | 75 | 0.31 | 0.12 | 0 | 0.71 | 203.48 | 0.18 | 0.25 |
| Hex | 34 | 42 | 4B | 1F | C | 0 | 47 | CB | 12 | 19 |
| Octal | 64 | 102 | 113 | 37 | 14 | 0 | 107 | 313 | 22 | 31 |
| Binary | 110100 | 1000010 | 1001011 | 11111 | 1100 | 0 | 1000111 | 11001011 | 10010 | 11001 |
Color Harmonies of #34424B
Complementary color
Monochromatic Colors of #34424B
Black with #34424B
Text Example
Text Example
White with #34424B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #34424B; }
p { color: rgb(52,66,75); }
H1.HeaderClassName
{
color: #34424B;
}
.AnyTagClassName
{
color: #34424B;
}
</style>
background-color css
<style>
a { background-color: #34424B; }
a { background-color: rgb(52,66,75); }
div.DivClassName
{
background-color: #34424B;
}
.BgClassName
{
background-color: #34424B;
}
</style>
border-color css
<style>
span { border-color: #34424B; }
span { border-color: rgb(52,66,75); }
td.TdClassName
{
border-color: #34424B;
}
.TagClassName
{
border-color: #34424B;
}
</style>