#414051

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

Shades of Gun Powder #414051

Tints of Gun Powder #414051

Color information

#414051 (or 0x414051) is unknown color: approx Gun Powder. HEX triplet: 41, 40 and 51. RGB value is (65,64,81). Sum of RGB (Red+Green+Blue) = 65+64+81=210 (27% of max value = 765). Red value is 65 (25.78% from 255 or 30.95% from 210); Green value is 64 (25.39% from 255 or 30.48% from 210); Blue value is 81 (32.03% from 255 or 38.57% from 210); Max value from RGB is 81 - color contains mainly: blue. Hex color #414051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #414051 is #BEBFAE. Grayscale: #424242. Windows color (decimal): -12500911 or 5324865. OLE color: 5324865.

HSL color Cylindrical-coordinate representation of color #414051: hue angle of 243.53º degrees, saturation: 0.12, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #414051 is Cyan = 0.20, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB656481-
CMYK0.200.2100.68
HSL243.53º11.72%28.43%-
HSV(B)243.53º20.99%31.76%-
XYZ5.55.388.53-
YUV66.24136.33127.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 30.95%
GREEN value IS 64 (25.39% from 255) = 30.48%
BLUE value IS 81 (32.03% from 255) = 38.57%
R=30.95%
G=30.48%
B=38.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6564810.200.2100.68243.5311.7228.43
Hex4140511415044f4c1c
Octal101100121242501043641434
Binary10000011000000101000110100101010100010011110100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #414051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #414051; }

 p { color: rgb(65,64,81); }

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

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

 a { background-color: rgb(65,64,81); }

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

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

 span { border-color: rgb(65,64,81); }

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