Html Css Color HEX #2A3235 Gunmetal

📋 copy color: '#2A3235'

red 42 ◦ green 50 ◦ blue 53

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

Shades of Gunmetal #2A3235

Tints of Gunmetal #2A3235

RGB

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

 GREEN value IS 50 (19.92% from 255) = 34.48%

 BLUE value IS 53 (21.09% from 255) = 36.55%

R = 28.97%
G = 34.48%
B = 36.55%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#2A3235 (or 0x2A3235) is known color: Gunmetal. HEX triplet: 2A, 32 and 35. RGB value is (42,50,53). Sum of RGB (Red+Green+Blue) = 42+50+53=145 (19% of max value = 765). Red value is 42 (16.80% from 255 or 28.97% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 53 (21.09% from 255 or 36.55% from 145); Max value from RGB is 53 - color contains mainly: blue. Hex color #2A3235 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A3235 is #D5CDCA. Grayscale: #2F2F2F. Windows color (decimal): -14011851 or 3486250. OLE color: 3486250.

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

Color convert

RGB 42 50 53 -
CMYK 0.21 0.06 0 0.79
HSL 196.36º 0.12% 0.19% -
HSV(B) 196.36º 0.21% 0.21% -
XYZ 2.74 3.03 3.81 -
YUV 47.95 130.85 123.76 -
System Red Green Blue C M Y K H S L
Decimal 42 50 53 0.21 0.06 0 0.79 196.36 0.12 0.19
Hex 2A 32 35 15 6 0 4F C4 C 13
Octal 52 62 65 25 6 0 117 304 14 23
Binary 101010 110010 110101 10101 110 0 1001111 11000100 1100 10011

Color Harmonies of #2A3235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A3235

Black with #2A3235

Text Example


Text Example

White with #2A3235

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,50,53); }

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

background-color css

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

 a { background-color: rgb(42,50,53); }

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

border-color css

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

 span { border-color: rgb(42,50,53); }

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