#434153

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

Shades of Gun Powder #434153

Tints of Gun Powder #434153

Color information

#434153 (or 0x434153) is unknown color: approx Gun Powder. HEX triplet: 43, 41 and 53. RGB value is (67,65,83). Sum of RGB (Red+Green+Blue) = 67+65+83=215 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.16% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 83 - color contains mainly: blue. Hex color #434153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434153 is #BCBEAC. Grayscale: #434343. Windows color (decimal): -12369581 or 5456195. OLE color: 5456195.

HSL color Cylindrical-coordinate representation of color #434153: hue angle of 246.67º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #434153 is Cyan = 0.19, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB676583-
CMYK0.190.2200.67
HSL246.67º12.16%29.02%-
HSV(B)246.67º21.69%32.55%-
XYZ5.775.68.96-
YUV67.65136.66127.54-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.16%
GREEN value IS 65 (25.78% from 255) = 30.23%
BLUE value IS 83 (32.81% from 255) = 38.60%
R=31.16%
G=30.23%
B=38.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6765830.190.2200.67246.6712.1629.02
Hex4341531316043f7c1d
Octal103101123232601033671435
Binary10000111000001101001110011101100100001111110111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434153; }

 p { color: rgb(67,65,83); }

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

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

 a { background-color: rgb(67,65,83); }

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

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

 span { border-color: rgb(67,65,83); }

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