#434250

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

Shades of Gun Powder #434250

Tints of Gun Powder #434250

Color information

#434250 (or 0x434250) is unknown color: approx Gun Powder. HEX triplet: 43, 42 and 50. RGB value is (67,66,80). Sum of RGB (Red+Green+Blue) = 67+66+80=213 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.46% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 80 (31.64% from 255 or 37.56% from 213); Max value from RGB is 80 - color contains mainly: blue. Hex color #434250 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434250 is #BCBDAF. Grayscale: #434343. Windows color (decimal): -12369328 or 5259843. OLE color: 5259843.

HSL color Cylindrical-coordinate representation of color #434250: hue angle of 244.29º degrees, saturation: 0.1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #434250 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB676680-
CMYK0.160.1700.69
HSL244.29º9.59%28.63%-
HSV(B)244.29º17.5%31.37%-
XYZ5.715.678.38-
YUV67.9134.83127.36-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.46%
GREEN value IS 66 (26.17% from 255) = 30.99%
BLUE value IS 80 (31.64% from 255) = 37.56%
R=31.46%
G=30.99%
B=37.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6766800.160.1700.69244.299.5928.63
Hex4342501011045f4a1d
Octal103102120202101053641235
Binary10000111000010101000010000100010100010111110100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434250; }

 p { color: rgb(67,66,80); }

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

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

 a { background-color: rgb(67,66,80); }

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

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

 span { border-color: rgb(67,66,80); }

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