Html Css Color HEX #293439 Gunmetal

📋 copy color: '#293439'

red 41 ◦ green 52 ◦ blue 57

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

Shades of Gunmetal #293439

Tints of Gunmetal #293439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 38%

R = 27.33%
G = 34.67%
B = 38%

CMYK

 C value IS 0.28

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#293439 (or 0x293439) is known color: Gunmetal. HEX triplet: 29, 34 and 39. RGB value is (41,52,57). Sum of RGB (Red+Green+Blue) = 41+52+57=150 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.33% from 150); Green value is 52 (20.70% from 255 or 34.67% from 150); Blue value is 57 (22.66% from 255 or 38% from 150); Max value from RGB is 57 - color contains mainly: blue. Hex color #293439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293439 is #D6CBC6. Grayscale: #313131. Windows color (decimal): -14076871 or 3748905. OLE color: 3748905.

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

Color convert

RGB 41 52 57 -
CMYK 0.28 0.09 0 0.78
HSL 198.75º 0.16% 0.19% -
HSV(B) 198.75º 0.28% 0.22% -
XYZ 2.88 3.22 4.34 -
YUV 49.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 41 52 57 0.28 0.09 0 0.78 198.75 0.16 0.19
Hex 29 34 39 1C 9 0 4E C7 10 13
Octal 51 64 71 34 11 0 116 307 20 23
Binary 101001 110100 111001 11100 1001 0 1001110 11000111 10000 10011

Color Harmonies of #293439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293439

Black with #293439

Text Example


Text Example

White with #293439

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293439; }

 p { color: rgb(41,52,57); }

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

background-color css

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

 a { background-color: rgb(41,52,57); }

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

border-color css

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

 span { border-color: rgb(41,52,57); }

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