#293033

Color #293033 Gunmetal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gunmetal #293033

Tints of Gunmetal #293033

Color information

#293033 (or 0x293033) is unknown color: approx Gunmetal. HEX triplet: 29, 30 and 33. RGB value is (41,48,51). Sum of RGB (Red+Green+Blue) = 41+48+51=140 (18% of max value = 765). Red value is 41 (16.41% from 255 or 29.29% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 51 (20.31% from 255 or 36.43% from 140); Max value from RGB is 51 - color contains mainly: blue. Hex color #293033 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #293033 is #D6CFCC. Grayscale: #2E2E2E. Windows color (decimal): -14077901 or 3354665. OLE color: 3354665.

HSL color Cylindrical-coordinate representation of color #293033: hue angle of 198º degrees, saturation: 0.11, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #293033 is Cyan = 0.20, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.8.

Color convert

RGB414851-
CMYK0.200.0600.8
HSL198º10.87%18.04%-
HSV(B)198º19.61%20%-
XYZ2.572.823.54-
YUV46.25130.68124.26-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 29.29%
GREEN value IS 48 (19.14% from 255) = 34.29%
BLUE value IS 51 (20.31% from 255) = 36.43%
R=29.29%
G=34.29%
B=36.43%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4148510.200.0600.819810.8718.04
Hex293033146050c6b12
Octal51606324601203061322
Binary101001110000110011101001100101000011000110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #293033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #293033; }

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

 H1.HeaderClassName
 {
   color: #293033;
 }
 .AnyTagClassName
 {
   color: #293033;
 }
</style>
background-color css

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

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

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

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

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

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