Html Css Color HEX #293339 Gunmetal

📋 copy color: '#293339'

red 41 ◦ green 51 ◦ blue 57

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

Shades of Gunmetal #293339

Tints of Gunmetal #293339

RGB

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

 GREEN value IS 51 (20.31% from 255) = 34.23%

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

R = 27.52%
G = 34.23%
B = 38.26%

CMYK

 C value IS 0.28

 M value IS 0.11

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#293339 (or 0x293339) is known color: Gunmetal. HEX triplet: 29, 33 and 39. RGB value is (41,51,57). Sum of RGB (Red+Green+Blue) = 41+51+57=149 (19% of max value = 765). Red value is 41 (16.41% from 255 or 27.52% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 57 (22.66% from 255 or 38.26% from 149); Max value from RGB is 57 - color contains mainly: blue. Hex color #293339 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293339 is #D6CCC6. Grayscale: #303030. Windows color (decimal): -14077127 or 3748649. OLE color: 3748649.

HSL color Cylindrical-coordinate representation of color #293339: hue angle of 202.5º 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 #293339 is Cyan = 0.28, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 41 51 57 -
CMYK 0.28 0.11 0 0.78
HSL 202.5º 0.16% 0.19% -
HSV(B) 202.5º 0.28% 0.22% -
XYZ 2.84 3.13 4.33 -
YUV 48.69 132.69 122.51 -
System Red Green Blue C M Y K H S L
Decimal 41 51 57 0.28 0.11 0 0.78 202.5 0.16 0.19
Hex 29 33 39 1C B 0 4E CA 10 13
Octal 51 63 71 34 13 0 116 312 20 23
Binary 101001 110011 111001 11100 1011 0 1001110 11001010 10000 10011

Color Harmonies of #293339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293339

Black with #293339

Text Example


Text Example

White with #293339

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293339; }

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

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

background-color css

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

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

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

border-color css

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

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

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