#3F3F59

Color #3F3F59 Gun Powder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gun Powder #3F3F59

Tints of Gun Powder #3F3F59

Color information

#3F3F59 (or 0x3F3F59) is unknown color: approx 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

RGB636389-
CMYK0.290.2900.65
HSL240º17.11%29.8%-
HSV(B)240º29.21%34.9%-
XYZ5.635.3310.18-
YUV65.96141125.89-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 63 (25% from 255) = 29.30%
GREEN value IS 63 (25% from 255) = 29.30%
BLUE value IS 89 (35.16% from 255) = 41.40%
R=29.30%
G=29.30%
B=41.40%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6363890.290.2900.6524017.1129.8
Hex3F3F591D1D041f0111e
Octal7777131353501013602136
Binary1111111111111011001111011110101000001111100001000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3F3F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>