#424254

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

Shades of Gun Powder #424254

Tints of Gun Powder #424254

Color information

#424254 (or 0x424254) is unknown color: approx Gun Powder. HEX triplet: 42, 42 and 54. RGB value is (66,66,84). Sum of RGB (Red+Green+Blue) = 66+66+84=216 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.56% from 216); Green value is 66 (26.17% from 255 or 30.56% from 216); Blue value is 84 (33.20% from 255 or 38.89% from 216); Max value from RGB is 84 - color contains mainly: blue. Hex color #424254 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424254 is #BDBDAB. Grayscale: #434343. Windows color (decimal): -12434860 or 5521986. OLE color: 5521986.

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

Color convert

RGB666684-
CMYK0.210.2100.67
HSL240º12%29.41%-
HSV(B)240º21.43%32.94%-
XYZ5.85.699.18-
YUV68.05137126.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.56%
GREEN value IS 66 (26.17% from 255) = 30.56%
BLUE value IS 84 (33.20% from 255) = 38.89%
R=30.56%
G=30.56%
B=38.89%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6666840.210.2100.672401229.41
Hex4242541515043f0c1d
Octal102102124252501033601435
Binary10000101000010101010010101101010100001111110000110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424254; }

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

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

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

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

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

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

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

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