#424154

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

Shades of Gun Powder #424154

Tints of Gun Powder #424154

Color information

#424154 (or 0x424154) is unknown color: approx Gun Powder. HEX triplet: 42, 41 and 54. RGB value is (66,65,84). Sum of RGB (Red+Green+Blue) = 66+65+84=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 84 (33.20% from 255 or 39.07% from 215); Max value from RGB is 84 - color contains mainly: blue. Hex color #424154 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424154 is #BDBEAB. Grayscale: #434343. Windows color (decimal): -12435116 or 5521730. OLE color: 5521730.

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

Color convert

RGB666584-
CMYK0.210.2300.67
HSL243.16º12.75%29.22%-
HSV(B)243.16º22.62%32.94%-
XYZ5.745.589.16-
YUV67.46137.33126.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.70%
GREEN value IS 65 (25.78% from 255) = 30.23%
BLUE value IS 84 (33.20% from 255) = 39.07%
R=30.70%
G=30.23%
B=39.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6665840.210.2300.67243.1612.7529.22
Hex4241541517043f3d1d
Octal102101124252701033631535
Binary10000101000001101010010101101110100001111110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424154; }

 p { color: rgb(66,65,84); }

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

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

 a { background-color: rgb(66,65,84); }

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

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

 span { border-color: rgb(66,65,84); }

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