#434152

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

Shades of Gun Powder #434152

Tints of Gun Powder #434152

Color information

#434152 (or 0x434152) is unknown color: approx Gun Powder. HEX triplet: 43, 41 and 52. RGB value is (67,65,82). Sum of RGB (Red+Green+Blue) = 67+65+82=214 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.31% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 82 (32.42% from 255 or 38.32% from 214); Max value from RGB is 82 - color contains mainly: blue. Hex color #434152 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #434152 is #BCBEAD. Grayscale: #434343. Windows color (decimal): -12369582 or 5390659. OLE color: 5390659.

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

Color convert

RGB676582-
CMYK0.180.2100.68
HSL247.06º11.56%28.82%-
HSV(B)247.06º20.73%32.16%-
XYZ5.735.588.76-
YUV67.54136.16127.62-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 31.31%
GREEN value IS 65 (25.78% from 255) = 30.37%
BLUE value IS 82 (32.42% from 255) = 38.32%
R=31.31%
G=30.37%
B=38.32%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6765820.180.2100.68247.0611.5628.82
Hex4341521215044f7c1d
Octal103101122222501043671435
Binary10000111000001101001010010101010100010011110111110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #434152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #434152; }

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

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

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

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

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

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

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

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