#424153

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

Shades of Gun Powder #424153

Tints of Gun Powder #424153

Color information

#424153 (or 0x424153) is unknown color: approx Gun Powder. HEX triplet: 42, 41 and 53. RGB value is (66,65,83). Sum of RGB (Red+Green+Blue) = 66+65+83=214 (28% of max value = 765). Red value is 66 (26.17% from 255 or 30.84% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 83 (32.81% from 255 or 38.79% from 214); Max value from RGB is 83 - color contains mainly: blue. Hex color #424153 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #424153 is #BDBEAC. Grayscale: #434343. Windows color (decimal): -12435117 or 5456194. OLE color: 5456194.

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

Color convert

RGB666583-
CMYK0.200.2200.67
HSL243.33º12.16%29.02%-
HSV(B)243.33º21.69%32.55%-
XYZ5.75.568.96-
YUV67.35136.83127.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 30.84%
GREEN value IS 65 (25.78% from 255) = 30.37%
BLUE value IS 83 (32.81% from 255) = 38.79%
R=30.84%
G=30.37%
B=38.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6665830.200.2200.67243.3312.1629.02
Hex4241531416043f3c1d
Octal102101123242601033631435
Binary10000101000001101001110100101100100001111110011110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #424153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #424153; }

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

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

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

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

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

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

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

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