#424253

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

Shades of Gun Powder #424253

Tints of Gun Powder #424253

Color information

#424253 (or 0x424253) is unknown color: approx Gun Powder. HEX triplet: 42, 42 and 53. RGB value is (66,66,83). Sum of RGB (Red+Green+Blue) = 66+66+83=215 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.70% from 215); Green value is 66 (26.17% from 255 or 30.70% 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 #424253 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424253 is #BDBDAC. Grayscale: #434343. Windows color (decimal): -12434861 or 5456450. OLE color: 5456450.

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

Color convert

RGB666683-
CMYK0.200.2000.67
HSL240º11.41%29.22%-
HSV(B)240º20.48%32.55%-
XYZ5.765.688.98-
YUV67.94136.5126.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.70%
GREEN value IS 66 (26.17% from 255) = 30.70%
BLUE value IS 83 (32.81% from 255) = 38.60%
R=30.70%
G=30.70%
B=38.60%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6666830.200.2000.6724011.4129.22
Hex4242531414043f0b1d
Octal102102123242401033601335
Binary10000101000010101001110100101000100001111110000101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424253; }

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

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

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

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

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

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

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

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