Shades of Gun Powder #3F3F59
Tints of Gun Powder #3F3F59
RGB
CMYK
RGB Variations
Color information
#3F3F59 (or 0x3F3F59) is known color: Gun Powder. HEX triplet: 3F, 3F and 59. RGB value is (63,63,89). Sum of RGB (Red+Green+Blue) = 63+63+89=215 (28% of max value = 765). Red value is 63 (25% from 255 or 29.30% from 215); Green value is 63 (25% from 255 or 29.30% from 215); Blue value is 89 (35.16% from 255 or 41.40% from 215); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F3F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3F59 is #C0C0A6. Grayscale: #414141. Windows color (decimal): -12632231 or 5848895. OLE color: 5848895.
HSL color Cylindrical-coordinate representation of color #3F3F59: hue angle of 240º 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 #3F3F59 is Cyan = 0.29, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 63 | 89 | - |
| CMYK | 0.29 | 0.29 | 0 | 0.65 |
| HSL | 240º | 0.17% | 0.3% | - |
| HSV(B) | 240º | 0.29% | 0.35% | - |
| XYZ | 5.63 | 5.33 | 10.18 | - |
| YUV | 65.96 | 141 | 125.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 63 | 89 | 0.29 | 0.29 | 0 | 0.65 | 240 | 0.17 | 0.3 |
| Hex | 3F | 3F | 59 | 1D | 1D | 0 | 41 | F0 | 11 | 1E |
| Octal | 77 | 77 | 131 | 35 | 35 | 0 | 101 | 360 | 21 | 36 |
| Binary | 111111 | 111111 | 1011001 | 11101 | 11101 | 0 | 1000001 | 11110000 | 10001 | 11110 |
Color Harmonies of #3F3F59
Complementary color
Monochromatic Colors of #3F3F59
Black with #3F3F59
Text Example
Text Example
White with #3F3F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3F59; }
p { color: rgb(63,63,89); }
H1.HeaderClassName
{
color: #3F3F59;
}
.AnyTagClassName
{
color: #3F3F59;
}
</style>
background-color css
<style>
a { background-color: #3F3F59; }
a { background-color: rgb(63,63,89); }
div.DivClassName
{
background-color: #3F3F59;
}
.BgClassName
{
background-color: #3F3F59;
}
</style>
border-color css
<style>
span { border-color: #3F3F59; }
span { border-color: rgb(63,63,89); }
td.TdClassName
{
border-color: #3F3F59;
}
.TagClassName
{
border-color: #3F3F59;
}
</style>