Shades of Gun Powder #3F3F57
Tints of Gun Powder #3F3F57
RGB
CMYK
RGB Variations
Color information
#3F3F57 (or 0x3F3F57) is known color: Gun Powder. HEX triplet: 3F, 3F and 57. RGB value is (63,63,87). Sum of RGB (Red+Green+Blue) = 63+63+87=213 (28% of max value = 765). Red value is 63 (25% from 255 or 29.58% from 213); Green value is 63 (25% from 255 or 29.58% from 213); Blue value is 87 (34.38% from 255 or 40.85% from 213); Max value from RGB is 87 - color contains mainly: blue. Hex color #3F3F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #3F3F57 is #C0C0A8. Grayscale: #414141. Windows color (decimal): -12632233 or 5717823. OLE color: 5717823.
HSL color Cylindrical-coordinate representation of color #3F3F57: hue angle of 240º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #3F3F57 is Cyan = 0.28, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 63 | 63 | 87 | - |
| CMYK | 0.28 | 0.28 | 0 | 0.66 |
| HSL | 240º | 0.16% | 0.29% | - |
| HSV(B) | 240º | 0.28% | 0.34% | - |
| XYZ | 5.55 | 5.3 | 9.75 | - |
| YUV | 65.74 | 140 | 126.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 63 | 87 | 0.28 | 0.28 | 0 | 0.66 | 240 | 0.16 | 0.29 |
| Hex | 3F | 3F | 57 | 1C | 1C | 0 | 42 | F0 | 10 | 1D |
| Octal | 77 | 77 | 127 | 34 | 34 | 0 | 102 | 360 | 20 | 35 |
| Binary | 111111 | 111111 | 1010111 | 11100 | 11100 | 0 | 1000010 | 11110000 | 10000 | 11101 |
Color Harmonies of #3F3F57
Complementary color
Monochromatic Colors of #3F3F57
Black with #3F3F57
Text Example
Text Example
White with #3F3F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3F57; }
p { color: rgb(63,63,87); }
H1.HeaderClassName
{
color: #3F3F57;
}
.AnyTagClassName
{
color: #3F3F57;
}
</style>
background-color css
<style>
a { background-color: #3F3F57; }
a { background-color: rgb(63,63,87); }
div.DivClassName
{
background-color: #3F3F57;
}
.BgClassName
{
background-color: #3F3F57;
}
</style>
border-color css
<style>
span { border-color: #3F3F57; }
span { border-color: rgb(63,63,87); }
td.TdClassName
{
border-color: #3F3F57;
}
.TagClassName
{
border-color: #3F3F57;
}
</style>