Html Css Color HEX #2C3438 Gunmetal

📋 copy color: '#2C3438'

red 44 ◦ green 52 ◦ blue 56

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

Shades of Gunmetal #2C3438

Tints of Gunmetal #2C3438

RGB

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

 GREEN value IS 52 (20.7% from 255) = 34.21%

 BLUE value IS 56 (22.27% from 255) = 36.84%

R = 28.95%
G = 34.21%
B = 36.84%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2C3438 (or 0x2C3438) is known color: Gunmetal. HEX triplet: 2C, 34 and 38. RGB value is (44,52,56). Sum of RGB (Red+Green+Blue) = 44+52+56=152 (20% of max value = 765). Red value is 44 (17.58% from 255 or 28.95% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 56 (22.27% from 255 or 36.84% from 152); Max value from RGB is 56 - color contains mainly: blue. Hex color #2C3438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C3438 is #D3CBC7. Grayscale: #323232. Windows color (decimal): -13880264 or 3683372. OLE color: 3683372.

HSL color Cylindrical-coordinate representation of color #2C3438: hue angle of 200º degrees, saturation: 0.12, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #2C3438 is Cyan = 0.21, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 44 52 56 -
CMYK 0.21 0.07 0 0.78
HSL 200º 0.12% 0.2% -
HSV(B) 200º 0.21% 0.22% -
XYZ 2.98 3.28 4.22 -
YUV 50.06 131.35 123.67 -
System Red Green Blue C M Y K H S L
Decimal 44 52 56 0.21 0.07 0 0.78 200 0.12 0.2
Hex 2C 34 38 15 7 0 4E C8 C 14
Octal 54 64 70 25 7 0 116 310 14 24
Binary 101100 110100 111000 10101 111 0 1001110 11001000 1100 10100

Color Harmonies of #2C3438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3438

Black with #2C3438

Text Example


Text Example

White with #2C3438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,52,56); }

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

background-color css

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

 a { background-color: rgb(44,52,56); }

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

border-color css

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

 span { border-color: rgb(44,52,56); }

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