#423F53

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

Shades of Gun Powder #423F53

Tints of Gun Powder #423F53

Color information

#423F53 (or 0x423F53) is unknown color: approx Gun Powder. HEX triplet: 42, 3F and 53. RGB value is (66,63,83). Sum of RGB (Red+Green+Blue) = 66+63+83=212 (28% of max value = 765). Red value is 66 (26.17% from 255 or 31.13% from 212); Green value is 63 (25% from 255 or 29.72% from 212); Blue value is 83 (32.81% from 255 or 39.15% from 212); Max value from RGB is 83 - color contains mainly: blue. Hex color #423F53 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #423F53 is #BDC0AC. Grayscale: #424242. Windows color (decimal): -12435629 or 5455682. OLE color: 5455682.

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

Color convert

RGB666383-
CMYK0.200.2400.67
HSL249º13.7%28.63%-
HSV(B)249º24.1%32.55%-
XYZ5.595.348.92-
YUV66.18137.49127.87-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.13%
GREEN value IS 63 (25% from 255) = 29.72%
BLUE value IS 83 (32.81% from 255) = 39.15%
R=31.13%
G=29.72%
B=39.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6663830.200.2400.6724913.728.63
Hex423F531418043f9e1d
Octal10277123243001033711635
Binary1000010111111101001110100110000100001111111001111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #423F53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #423F53; }

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

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

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

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

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

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

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

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