Shades of Gun Powder #3F3C59
Tints of Gun Powder #3F3C59
RGB
CMYK
RGB Variations
Color information
#3F3C59 (or 0x3F3C59) is known color: Gun Powder. HEX triplet: 3F, 3C and 59. RGB value is (63,60,89). Sum of RGB (Red+Green+Blue) = 63+60+89=212 (28% of max value = 765). Red value is 63 (25% from 255 or 29.72% from 212); Green value is 60 (23.83% from 255 or 28.30% from 212); Blue value is 89 (35.16% from 255 or 41.98% from 212); Max value from RGB is 89 - color contains mainly: blue. Hex color #3F3C59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3C59 is #C0C3A6. Grayscale: #404040. Windows color (decimal): -12632999 or 5848127. OLE color: 5848127.
HSL color Cylindrical-coordinate representation of color #3F3C59: hue angle of 246.21º degrees, saturation: 0.19, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #3F3C59 is Cyan = 0.29, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 60 | 89 | - |
| CMYK | 0.29 | 0.33 | 0 | 0.65 |
| HSL | 246.21º | 0.19% | 0.29% | - |
| HSV(B) | 246.21º | 0.33% | 0.35% | - |
| XYZ | 5.47 | 5.01 | 10.13 | - |
| YUV | 64.2 | 141.99 | 127.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 60 | 89 | 0.29 | 0.33 | 0 | 0.65 | 246.21 | 0.19 | 0.29 |
| Hex | 3F | 3C | 59 | 1D | 21 | 0 | 41 | F6 | 13 | 1D |
| Octal | 77 | 74 | 131 | 35 | 41 | 0 | 101 | 366 | 23 | 35 |
| Binary | 111111 | 111100 | 1011001 | 11101 | 100001 | 0 | 1000001 | 11110110 | 10011 | 11101 |
Color Harmonies of #3F3C59
Complementary color
Monochromatic Colors of #3F3C59
Black with #3F3C59
Text Example
Text Example
White with #3F3C59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3C59; }
p { color: rgb(63,60,89); }
H1.HeaderClassName
{
color: #3F3C59;
}
.AnyTagClassName
{
color: #3F3C59;
}
</style>
background-color css
<style>
a { background-color: #3F3C59; }
a { background-color: rgb(63,60,89); }
div.DivClassName
{
background-color: #3F3C59;
}
.BgClassName
{
background-color: #3F3C59;
}
</style>
border-color css
<style>
span { border-color: #3F3C59; }
span { border-color: rgb(63,60,89); }
td.TdClassName
{
border-color: #3F3C59;
}
.TagClassName
{
border-color: #3F3C59;
}
</style>