Shades of Gun Powder #3F3D55
Tints of Gun Powder #3F3D55
RGB
CMYK
RGB Variations
Color information
#3F3D55 (or 0x3F3D55) is known color: Gun Powder. HEX triplet: 3F, 3D and 55. RGB value is (63,61,85). Sum of RGB (Red+Green+Blue) = 63+61+85=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 61 (24.22% from 255 or 29.19% from 209); Blue value is 85 (33.59% from 255 or 40.67% from 209); Max value from RGB is 85 - color contains mainly: blue. Hex color #3F3D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3D55 is #C0C2AA. Grayscale: #404040. Windows color (decimal): -12632747 or 5586239. OLE color: 5586239.
HSL color Cylindrical-coordinate representation of color #3F3D55: hue angle of 245º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3F3D55 is Cyan = 0.26, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 61 | 85 | - |
| CMYK | 0.26 | 0.28 | 0 | 0.67 |
| HSL | 245º | 0.16% | 0.29% | - |
| HSV(B) | 245º | 0.28% | 0.33% | - |
| XYZ | 5.36 | 5.05 | 9.29 | - |
| YUV | 64.33 | 139.66 | 127.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 61 | 85 | 0.26 | 0.28 | 0 | 0.67 | 245 | 0.16 | 0.29 |
| Hex | 3F | 3D | 55 | 1A | 1C | 0 | 43 | F5 | 10 | 1D |
| Octal | 77 | 75 | 125 | 32 | 34 | 0 | 103 | 365 | 20 | 35 |
| Binary | 111111 | 111101 | 1010101 | 11010 | 11100 | 0 | 1000011 | 11110101 | 10000 | 11101 |
Color Harmonies of #3F3D55
Complementary color
Monochromatic Colors of #3F3D55
Black with #3F3D55
Text Example
Text Example
White with #3F3D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3D55; }
p { color: rgb(63,61,85); }
H1.HeaderClassName
{
color: #3F3D55;
}
.AnyTagClassName
{
color: #3F3D55;
}
</style>
background-color css
<style>
a { background-color: #3F3D55; }
a { background-color: rgb(63,61,85); }
div.DivClassName
{
background-color: #3F3D55;
}
.BgClassName
{
background-color: #3F3D55;
}
</style>
border-color css
<style>
span { border-color: #3F3D55; }
span { border-color: rgb(63,61,85); }
td.TdClassName
{
border-color: #3F3D55;
}
.TagClassName
{
border-color: #3F3D55;
}
</style>