Html Css Color HEX #2A343A Gunmetal

📋 copy color: '#2A343A'

red 42 ◦ green 52 ◦ blue 58

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

Shades of Gunmetal #2A343A

Tints of Gunmetal #2A343A

RGB

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

 GREEN value IS 52 (20.7% from 255) = 34.21%

 BLUE value IS 58 (23.05% from 255) = 38.16%

R = 27.63%
G = 34.21%
B = 38.16%

CMYK

 C value IS 0.28

 M value IS 0.10

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2A343A (or 0x2A343A) is known color: Gunmetal. HEX triplet: 2A, 34 and 3A. RGB value is (42,52,58). Sum of RGB (Red+Green+Blue) = 42+52+58=152 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.63% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 58 (23.05% from 255 or 38.16% from 152); Max value from RGB is 58 - color contains mainly: blue. Hex color #2A343A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A343A is #D5CBC5. Grayscale: #313131. Windows color (decimal): -14011334 or 3814442. OLE color: 3814442.

HSL color Cylindrical-coordinate representation of color #2A343A: hue angle of 202.5º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2A343A is Cyan = 0.28, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 42 52 58 -
CMYK 0.28 0.10 0 0.77
HSL 202.5º 0.16% 0.2% -
HSV(B) 202.5º 0.28% 0.23% -
XYZ 2.95 3.25 4.48 -
YUV 49.69 132.69 122.51 -
System Red Green Blue C M Y K H S L
Decimal 42 52 58 0.28 0.10 0 0.77 202.5 0.16 0.2
Hex 2A 34 3A 1C A 0 4D CA 10 14
Octal 52 64 72 34 12 0 115 312 20 24
Binary 101010 110100 111010 11100 1010 0 1001101 11001010 10000 10100

Color Harmonies of #2A343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A343A

Black with #2A343A

Text Example


Text Example

White with #2A343A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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