Html Css Color HEX #2A3134 Gunmetal

📋 copy color: '#2A3134'

red 42 ◦ green 49 ◦ blue 52

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

Shades of Gunmetal #2A3134

Tints of Gunmetal #2A3134

RGB

 RED value IS 42 (16.8% from 255) = 29.37%

 GREEN value IS 49 (19.53% from 255) = 34.27%

 BLUE value IS 52 (20.7% from 255) = 36.36%

R = 29.37%
G = 34.27%
B = 36.36%

CMYK

 C value IS 0.19

 M value IS 0.06

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#2A3134 (or 0x2A3134) is known color: Gunmetal. HEX triplet: 2A, 31 and 34. RGB value is (42,49,52). Sum of RGB (Red+Green+Blue) = 42+49+52=143 (18% of max value = 765). Red value is 42 (16.80% from 255 or 29.37% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 52 (20.70% from 255 or 36.36% from 143); Max value from RGB is 52 - color contains mainly: blue. Hex color #2A3134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3134 is #D5CECB. Grayscale: #2F2F2F. Windows color (decimal): -14012108 or 3420458. OLE color: 3420458.

HSL color Cylindrical-coordinate representation of color #2A3134: hue angle of 198º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #2A3134 is Cyan = 0.19, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 42 49 52 -
CMYK 0.19 0.06 0 0.80
HSL 198º 0.11% 0.18% -
HSV(B) 198º 0.19% 0.2% -
XYZ 2.67 2.94 3.67 -
YUV 47.25 130.68 124.26 -
System Red Green Blue C M Y K H S L
Decimal 42 49 52 0.19 0.06 0 0.80 198 0.11 0.18
Hex 2A 31 34 13 6 0 50 C6 B 12
Octal 52 61 64 23 6 0 120 306 13 22
Binary 101010 110001 110100 10011 110 0 1010000 11000110 1011 10010

Color Harmonies of #2A3134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3134

Black with #2A3134

Text Example


Text Example

White with #2A3134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2A3134; }

 p { color: rgb(42,49,52); }

 H1.HeaderClassName
 {
   color: #2A3134;
 }
 .AnyTagClassName
 {
   color: #2A3134;
 }
</style>

background-color css

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

 a { background-color: rgb(42,49,52); }

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

border-color css

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

 span { border-color: rgb(42,49,52); }

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