Shades of Arsenic #39434B
Tints of Arsenic #39434B
RGB
CMYK
RGB Variations
Color information
#39434B (or 0x39434B) is known color: Arsenic. HEX triplet: 39, 43 and 4B. RGB value is (57,67,75). Sum of RGB (Red+Green+Blue) = 57+67+75=199 (26% of max value = 765). Red value is 57 (22.66% from 255 or 28.64% from 199); Green value is 67 (26.56% from 255 or 33.67% from 199); Blue value is 75 (29.69% from 255 or 37.69% from 199); Max value from RGB is 75 - color contains mainly: blue. Hex color #39434B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #39434B is #C6BCB4. Grayscale: #404040. Windows color (decimal): -13024437 or 4932409. OLE color: 4932409.
HSL color Cylindrical-coordinate representation of color #39434B: hue angle of 206.67º degrees, saturation: 0.14, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #39434B is Cyan = 0.24, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 57 | 67 | 75 | - |
| CMYK | 0.24 | 0.11 | 0 | 0.71 |
| HSL | 206.67º | 0.14% | 0.26% | - |
| HSV(B) | 206.67º | 0.24% | 0.29% | - |
| XYZ | 4.96 | 5.39 | 7.44 | - |
| YUV | 64.92 | 133.69 | 122.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 67 | 75 | 0.24 | 0.11 | 0 | 0.71 | 206.67 | 0.14 | 0.26 |
| Hex | 39 | 43 | 4B | 18 | B | 0 | 47 | CF | E | 1A |
| Octal | 71 | 103 | 113 | 30 | 13 | 0 | 107 | 317 | 16 | 32 |
| Binary | 111001 | 1000011 | 1001011 | 11000 | 1011 | 0 | 1000111 | 11001111 | 1110 | 11010 |
Color Harmonies of #39434B
Complementary color
Monochromatic Colors of #39434B
Black with #39434B
Text Example
Text Example
White with #39434B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39434B; }
p { color: rgb(57,67,75); }
H1.HeaderClassName
{
color: #39434B;
}
.AnyTagClassName
{
color: #39434B;
}
</style>
background-color css
<style>
a { background-color: #39434B; }
a { background-color: rgb(57,67,75); }
div.DivClassName
{
background-color: #39434B;
}
.BgClassName
{
background-color: #39434B;
}
</style>
border-color css
<style>
span { border-color: #39434B; }
span { border-color: rgb(57,67,75); }
td.TdClassName
{
border-color: #39434B;
}
.TagClassName
{
border-color: #39434B;
}
</style>