Html Css Color HEX #43424D Gun Powder

📋 copy color: '#43424D'

red 67 ◦ green 66 ◦ blue 77

#43424D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gun Powder #43424D

Tints of Gun Powder #43424D

RGB

 RED value IS 67 (26.56% from 255) = 31.9%

 GREEN value IS 66 (26.17% from 255) = 31.43%

 BLUE value IS 77 (30.47% from 255) = 36.67%

R = 31.9%
G = 31.43%
B = 36.67%

CMYK

 C value IS 0.13

 M value IS 0.14

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#43424D (or 0x43424D) is known color: Gun Powder. HEX triplet: 43, 42 and 4D. RGB value is (67,66,77). Sum of RGB (Red+Green+Blue) = 67+66+77=210 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.90% from 210); Green value is 66 (26.17% from 255 or 31.43% from 210); Blue value is 77 (30.47% from 255 or 36.67% from 210); Max value from RGB is 77 - color contains mainly: blue. Hex color #43424D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43424D is #BCBDB2. Grayscale: #434343. Windows color (decimal): -12369331 or 5063235. OLE color: 5063235.

HSL color Cylindrical-coordinate representation of color #43424D: hue angle of 245.45º degrees, saturation: 0.08, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #43424D is Cyan = 0.13, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 67 66 77 -
CMYK 0.13 0.14 0 0.70
HSL 245.45º 0.08% 0.28% -
HSV(B) 245.45º 0.14% 0.3% -
XYZ 5.6 5.63 7.81 -
YUV 67.55 133.33 127.61 -
System Red Green Blue C M Y K H S L
Decimal 67 66 77 0.13 0.14 0 0.70 245.45 0.08 0.28
Hex 43 42 4D D E 0 46 F5 8 1C
Octal 103 102 115 15 16 0 106 365 10 34
Binary 1000011 1000010 1001101 1101 1110 0 1000110 11110101 1000 11100

Color Harmonies of #43424D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #43424D

Black with #43424D

Text Example


Text Example

White with #43424D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #43424D; }

 p { color: rgb(67,66,77); }

 H1.HeaderClassName
 {
   color: #43424D;
 }
 .AnyTagClassName
 {
   color: #43424D;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #43424D;
 }
 .BgClassName
 {
   background-color: #43424D;
 }
</style>

border-color css

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

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

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