Html Css Color HEX #2C363A Gunmetal

📋 copy color: '#2C363A'

red 44 ◦ green 54 ◦ blue 58

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

Shades of Gunmetal #2C363A

Tints of Gunmetal #2C363A

RGB

 RED value IS 44 (17.58% from 255) = 28.21%

 GREEN value IS 54 (21.48% from 255) = 34.62%

 BLUE value IS 58 (23.05% from 255) = 37.18%

R = 28.21%
G = 34.62%
B = 37.18%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2C363A (or 0x2C363A) is known color: Gunmetal. HEX triplet: 2C, 36 and 3A. RGB value is (44,54,58). Sum of RGB (Red+Green+Blue) = 44+54+58=156 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.21% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 58 (23.05% from 255 or 37.18% from 156); Max value from RGB is 58 - color contains mainly: blue. Hex color #2C363A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C363A is #D3C9C5. Grayscale: #333333. Windows color (decimal): -13879750 or 3814956. OLE color: 3814956.

HSL color Cylindrical-coordinate representation of color #2C363A: hue angle of 197.14º degrees, saturation: 0.14, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2C363A is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 44 54 58 -
CMYK 0.24 0.07 0 0.77
HSL 197.14º 0.14% 0.2% -
HSV(B) 197.14º 0.24% 0.23% -
XYZ 3.12 3.48 4.51 -
YUV 51.47 131.69 122.67 -
System Red Green Blue C M Y K H S L
Decimal 44 54 58 0.24 0.07 0 0.77 197.14 0.14 0.2
Hex 2C 36 3A 18 7 0 4D C5 E 14
Octal 54 66 72 30 7 0 115 305 16 24
Binary 101100 110110 111010 11000 111 0 1001101 11000101 1110 10100

Color Harmonies of #2C363A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C363A

Black with #2C363A

Text Example


Text Example

White with #2C363A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C363A; }

 p { color: rgb(44,54,58); }

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

background-color css

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

 a { background-color: rgb(44,54,58); }

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

border-color css

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

 span { border-color: rgb(44,54,58); }

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