#424051

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

Shades of Gun Powder #424051

Tints of Gun Powder #424051

Color information

#424051 (or 0x424051) is unknown color: approx Gun Powder. HEX triplet: 42, 40 and 51. RGB value is (66,64,81). Sum of RGB (Red+Green+Blue) = 66+64+81=211 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.28% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 81 (32.03% from 255 or 38.39% from 211); Max value from RGB is 81 - color contains mainly: blue. Hex color #424051 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424051 is #BDBFAE. Grayscale: #424242. Windows color (decimal): -12435375 or 5324866. OLE color: 5324866.

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

Color convert

RGB666481-
CMYK0.190.2100.68
HSL247.06º11.72%28.43%-
HSV(B)247.06º20.99%31.76%-
XYZ5.575.428.54-
YUV66.54136.16127.62-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 31.28%
GREEN value IS 64 (25.39% from 255) = 30.33%
BLUE value IS 81 (32.03% from 255) = 38.39%
R=31.28%
G=30.33%
B=38.39%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6664810.190.2100.68247.0611.7228.43
Hex4240511315044f7c1c
Octal102100121232501043671434
Binary10000101000000101000110011101010100010011110111110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424051; }

 p { color: rgb(66,64,81); }

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

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

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

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

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

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

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