Html Css Color HEX #293033 Gunmetal

📋 copy color: '#293033'

red 41 ◦ green 48 ◦ blue 51

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

Shades of Gunmetal #293033

Tints of Gunmetal #293033

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 value IS 0.20

 M value IS 0.06

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#293033 (or 0x293033) is known color: 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

RGB 41 48 51 -
CMYK 0.20 0.06 0 0.8
HSL 198º 0.11% 0.18% -
HSV(B) 198º 0.2% 0.2% -
XYZ 2.57 2.82 3.54 -
YUV 46.25 130.68 124.26 -
System Red Green Blue C M Y K H S L
Decimal 41 48 51 0.20 0.06 0 0.8 198 0.11 0.18
Hex 29 30 33 14 6 0 50 C6 B 12
Octal 51 60 63 24 6 0 120 306 13 22
Binary 101001 110000 110011 10100 110 0 1010000 11000110 1011 10010

Color Harmonies of #293033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293033

Black with #293033

Text Example


Text Example

White with #293033

Text Example


Text Example

HTML Codes & Css Web 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>