Html Css Color HEX #2C393F Gunmetal

📋 copy color: '#2C393F'

red 44 ◦ green 57 ◦ blue 63

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

Shades of Gunmetal #2C393F

Tints of Gunmetal #2C393F

RGB

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

 GREEN value IS 57 (22.66% from 255) = 34.76%

 BLUE value IS 63 (25% from 255) = 38.41%

R = 26.83%
G = 34.76%
B = 38.41%

CMYK

 C value IS 0.30

 M value IS 0.10

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#2C393F (or 0x2C393F) is known color: Gunmetal. HEX triplet: 2C, 39 and 3F. RGB value is (44,57,63). Sum of RGB (Red+Green+Blue) = 44+57+63=164 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.83% from 164); Green value is 57 (22.66% from 255 or 34.76% from 164); Blue value is 63 (25% from 255 or 38.41% from 164); Max value from RGB is 63 - color contains mainly: blue. Hex color #2C393F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C393F is #D3C6C0. Grayscale: #353535. Windows color (decimal): -13878977 or 4143404. OLE color: 4143404.

HSL color Cylindrical-coordinate representation of color #2C393F: hue angle of 198.95º degrees, saturation: 0.18, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #2C393F is Cyan = 0.30, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 44 57 63 -
CMYK 0.30 0.10 0 0.75
HSL 198.95º 0.18% 0.21% -
HSV(B) 198.95º 0.3% 0.25% -
XYZ 3.4 3.82 5.26 -
YUV 53.8 133.19 121.01 -
System Red Green Blue C M Y K H S L
Decimal 44 57 63 0.30 0.10 0 0.75 198.95 0.18 0.21
Hex 2C 39 3F 1E A 0 4B C7 12 15
Octal 54 71 77 36 12 0 113 307 22 25
Binary 101100 111001 111111 11110 1010 0 1001011 11000111 10010 10101

Color Harmonies of #2C393F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C393F

Black with #2C393F

Text Example


Text Example

White with #2C393F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,57,63); }

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

background-color css

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

 a { background-color: rgb(44,57,63); }

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

border-color css

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

 span { border-color: rgb(44,57,63); }

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