Html Css Color HEX #293135 Gunmetal

📋 copy color: '#293135'

red 41 ◦ green 49 ◦ blue 53

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

Shades of Gunmetal #293135

Tints of Gunmetal #293135

RGB

 RED value IS 41 (16.41% from 255) = 28.67%

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

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

R = 28.67%
G = 34.27%
B = 37.06%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#293135 (or 0x293135) is known color: Gunmetal. HEX triplet: 29, 31 and 35. RGB value is (41,49,53). Sum of RGB (Red+Green+Blue) = 41+49+53=143 (18% of max value = 765). Red value is 41 (16.41% from 255 or 28.67% from 143); Green value is 49 (19.53% from 255 or 34.27% from 143); Blue value is 53 (21.09% from 255 or 37.06% from 143); Max value from RGB is 53 - color contains mainly: blue. Hex color #293135 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293135 is #D6CECA. Grayscale: #2F2F2F. Windows color (decimal): -14077643 or 3485993. OLE color: 3485993.

HSL color Cylindrical-coordinate representation of color #293135: hue angle of 200º degrees, saturation: 0.13, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #293135 is Cyan = 0.23, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 41 49 53 -
CMYK 0.23 0.08 0 0.79
HSL 200º 0.13% 0.18% -
HSV(B) 200º 0.23% 0.21% -
XYZ 2.66 2.93 3.79 -
YUV 47.06 131.35 123.67 -
System Red Green Blue C M Y K H S L
Decimal 41 49 53 0.23 0.08 0 0.79 200 0.13 0.18
Hex 29 31 35 17 8 0 4F C8 D 12
Octal 51 61 65 27 10 0 117 310 15 22
Binary 101001 110001 110101 10111 1000 0 1001111 11001000 1101 10010

Color Harmonies of #293135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293135

Black with #293135

Text Example


Text Example

White with #293135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293135; }

 p { color: rgb(41,49,53); }

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

background-color css

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

 a { background-color: rgb(41,49,53); }

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

border-color css

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

 span { border-color: rgb(41,49,53); }

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