Shades of Arsenic #32404B
Tints of Arsenic #32404B
RGB
CMYK
RGB Variations
Color information
#32404B (or 0x32404B) is known color: Arsenic. HEX triplet: 32, 40 and 4B. RGB value is (50,64,75). Sum of RGB (Red+Green+Blue) = 50+64+75=189 (25% of max value = 765). Red value is 50 (19.92% from 255 or 26.46% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 75 (29.69% from 255 or 39.68% from 189); Max value from RGB is 75 - color contains mainly: blue. Hex color #32404B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #32404B is #CDBFB4. Grayscale: #3D3D3D. Windows color (decimal): -13483957 or 4931634. OLE color: 4931634.
HSL color Cylindrical-coordinate representation of color #32404B: hue angle of 206.4º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #32404B is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 50 | 64 | 75 | - |
| CMYK | 0.33 | 0.15 | 0 | 0.71 |
| HSL | 206.4º | 0.2% | 0.25% | - |
| HSV(B) | 206.4º | 0.33% | 0.29% | - |
| XYZ | 4.42 | 4.85 | 7.36 | - |
| YUV | 61.07 | 135.86 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 64 | 75 | 0.33 | 0.15 | 0 | 0.71 | 206.4 | 0.2 | 0.25 |
| Hex | 32 | 40 | 4B | 21 | F | 0 | 47 | CE | 14 | 19 |
| Octal | 62 | 100 | 113 | 41 | 17 | 0 | 107 | 316 | 24 | 31 |
| Binary | 110010 | 1000000 | 1001011 | 100001 | 1111 | 0 | 1000111 | 11001110 | 10100 | 11001 |
Color Harmonies of #32404B
Complementary color
Monochromatic Colors of #32404B
Black with #32404B
Text Example
Text Example
White with #32404B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32404B; }
p { color: rgb(50,64,75); }
H1.HeaderClassName
{
color: #32404B;
}
.AnyTagClassName
{
color: #32404B;
}
</style>
background-color css
<style>
a { background-color: #32404B; }
a { background-color: rgb(50,64,75); }
div.DivClassName
{
background-color: #32404B;
}
.BgClassName
{
background-color: #32404B;
}
</style>
border-color css
<style>
span { border-color: #32404B; }
span { border-color: rgb(50,64,75); }
td.TdClassName
{
border-color: #32404B;
}
.TagClassName
{
border-color: #32404B;
}
</style>