Html Css Color HEX #293236 Gunmetal

📋 copy color: '#293236'

red 41 ◦ green 50 ◦ blue 54

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

Shades of Gunmetal #293236

Tints of Gunmetal #293236

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 37.24%

R = 28.28%
G = 34.48%
B = 37.24%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#293236 (or 0x293236) is known color: Gunmetal. HEX triplet: 29, 32 and 36. RGB value is (41,50,54). Sum of RGB (Red+Green+Blue) = 41+50+54=145 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.28% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 54 (21.48% from 255 or 37.24% from 145); Max value from RGB is 54 - color contains mainly: blue. Hex color #293236 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293236 is #D6CDC9. Grayscale: #2F2F2F. Windows color (decimal): -14077386 or 3551785. OLE color: 3551785.

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

Color convert

RGB 41 50 54 -
CMYK 0.24 0.07 0 0.79
HSL 198.46º 0.14% 0.19% -
HSV(B) 198.46º 0.24% 0.21% -
XYZ 2.72 3.02 3.93 -
YUV 47.77 131.52 123.17 -
System Red Green Blue C M Y K H S L
Decimal 41 50 54 0.24 0.07 0 0.79 198.46 0.14 0.19
Hex 29 32 36 18 7 0 4F C6 E 13
Octal 51 62 66 30 7 0 117 306 16 23
Binary 101001 110010 110110 11000 111 0 1001111 11000110 1110 10011

Color Harmonies of #293236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293236

Black with #293236

Text Example


Text Example

White with #293236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293236; }

 p { color: rgb(41,50,54); }

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

background-color css

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

 a { background-color: rgb(41,50,54); }

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

border-color css

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

 span { border-color: rgb(41,50,54); }

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