Html Css Color HEX #293237 Gunmetal

📋 copy color: '#293237'

red 41 ◦ green 50 ◦ blue 55

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

Shades of Gunmetal #293237

Tints of Gunmetal #293237

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 37.67%

R = 28.08%
G = 34.25%
B = 37.67%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#293237 (or 0x293237) is known color: Gunmetal. HEX triplet: 29, 32 and 37. RGB value is (41,50,55). Sum of RGB (Red+Green+Blue) = 41+50+55=146 (19% of max value = 765). Red value is 41 (16.41% from 255 or 28.08% from 146); Green value is 50 (19.92% from 255 or 34.25% from 146); Blue value is 55 (21.88% from 255 or 37.67% from 146); Max value from RGB is 55 - color contains mainly: blue. Hex color #293237 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293237 is #D6CDC8. Grayscale: #2F2F2F. Windows color (decimal): -14077385 or 3617321. OLE color: 3617321.

HSL color Cylindrical-coordinate representation of color #293237: hue angle of 201.43º degrees, saturation: 0.15, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #293237 is Cyan = 0.25, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 41 50 55 -
CMYK 0.25 0.09 0 0.78
HSL 201.43º 0.15% 0.19% -
HSV(B) 201.43º 0.25% 0.22% -
XYZ 2.74 3.03 4.05 -
YUV 47.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 41 50 55 0.25 0.09 0 0.78 201.43 0.15 0.19
Hex 29 32 37 19 9 0 4E C9 F 13
Octal 51 62 67 31 11 0 116 311 17 23
Binary 101001 110010 110111 11001 1001 0 1001110 11001001 1111 10011

Color Harmonies of #293237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293237

Black with #293237

Text Example


Text Example

White with #293237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293237; }

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

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

background-color css

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

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

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

border-color css

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

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

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