#403D55

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

Shades of Gun Powder #403D55

Tints of Gun Powder #403D55

Color information

#403D55 (or 0x403D55) is unknown color: approx Gun Powder. HEX triplet: 40, 3D and 55. RGB value is (64,61,85). Sum of RGB (Red+Green+Blue) = 64+61+85=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 61 (24.22% from 255 or 29.05% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 85 - color contains mainly: blue. Hex color #403D55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #403D55 is #BFC2AA. Grayscale: #404040. Windows color (decimal): -12567211 or 5586240. OLE color: 5586240.

HSL color Cylindrical-coordinate representation of color #403D55: hue angle of 247.5º 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 #403D55 is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB646185-
CMYK0.250.2800.67
HSL247.5º16.44%28.63%-
HSV(B)247.5º28.24%33.33%-
XYZ5.425.089.29-
YUV64.63139.49127.55-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.48%
GREEN value IS 61 (24.22% from 255) = 29.05%
BLUE value IS 85 (33.59% from 255) = 40.48%
R=30.48%
G=29.05%
B=40.48%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6461850.250.2800.67247.516.4428.63
Hex403D55191C043f8101d
Octal10075125313401033702035
Binary10000001111011010101110011110001000011111110001000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #403D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #403D55; }

 p { color: rgb(64,61,85); }

 H1.HeaderClassName
 {
   color: #403D55;
 }
 .AnyTagClassName
 {
   color: #403D55;
 }
</style>
background-color css

<style>
 a { background-color: #403D55; }

 a { background-color: rgb(64,61,85); }

 div.DivClassName
 {
   background-color: #403D55;
 }
 .BgClassName
 {
   background-color: #403D55;
 }
</style>
border-color css

<style>
 span { border-color: #403D55; }

 span { border-color: rgb(64,61,85); }

 td.TdClassName
 {
   border-color: #403D55;
 }
 .TagClassName
 {
   border-color: #403D55;
 }
</style>