Shades of Gun Powder #3F4059
Tints of Gun Powder #3F4059
RGB
CMYK
RGB Variations
Color information
#3F4059 (or 0x3F4059) is known color: Gun Powder. HEX triplet: 3F, 40 and 59. RGB value is (63,64,89). Sum of RGB (Red+Green+Blue) = 63+64+89=216 (28% of max value = 765). Red value is 63 (25% from 255 or 29.17% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 89 (35.16% from 255 or 41.20% from 216); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F4059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F4059 is #C0BFA6. Grayscale: #424242. Windows color (decimal): -12631975 or 5849151. OLE color: 5849151.
HSL color Cylindrical-coordinate representation of color #3F4059: hue angle of 237.69º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #3F4059 is Cyan = 0.29, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 64 | 89 | - |
| CMYK | 0.29 | 0.28 | 0 | 0.65 |
| HSL | 237.69º | 0.17% | 0.3% | - |
| HSV(B) | 237.69º | 0.29% | 0.35% | - |
| XYZ | 5.69 | 5.44 | 10.2 | - |
| YUV | 66.55 | 140.67 | 125.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 64 | 89 | 0.29 | 0.28 | 0 | 0.65 | 237.69 | 0.17 | 0.3 |
| Hex | 3F | 40 | 59 | 1D | 1C | 0 | 41 | EE | 11 | 1E |
| Octal | 77 | 100 | 131 | 35 | 34 | 0 | 101 | 356 | 21 | 36 |
| Binary | 111111 | 1000000 | 1011001 | 11101 | 11100 | 0 | 1000001 | 11101110 | 10001 | 11110 |
Color Harmonies of #3F4059
Complementary color
Monochromatic Colors of #3F4059
Black with #3F4059
Text Example
Text Example
White with #3F4059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F4059; }
p { color: rgb(63,64,89); }
H1.HeaderClassName
{
color: #3F4059;
}
.AnyTagClassName
{
color: #3F4059;
}
</style>
background-color css
<style>
a { background-color: #3F4059; }
a { background-color: rgb(63,64,89); }
div.DivClassName
{
background-color: #3F4059;
}
.BgClassName
{
background-color: #3F4059;
}
</style>
border-color css
<style>
span { border-color: #3F4059; }
span { border-color: rgb(63,64,89); }
td.TdClassName
{
border-color: #3F4059;
}
.TagClassName
{
border-color: #3F4059;
}
</style>