Html Css Color HEX #2C383E Gunmetal

📋 copy color: '#2C383E'

red 44 ◦ green 56 ◦ blue 62

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

Shades of Gunmetal #2C383E

Tints of Gunmetal #2C383E

RGB

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

 GREEN value IS 56 (22.27% from 255) = 34.57%

 BLUE value IS 62 (24.61% from 255) = 38.27%

R = 27.16%
G = 34.57%
B = 38.27%

CMYK

 C value IS 0.29

 M value IS 0.10

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2C383E (or 0x2C383E) is known color: Gunmetal. HEX triplet: 2C, 38 and 3E. RGB value is (44,56,62). Sum of RGB (Red+Green+Blue) = 44+56+62=162 (21% of max value = 765). Red value is 44 (17.58% from 255 or 27.16% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 62 (24.61% from 255 or 38.27% from 162); Max value from RGB is 62 - color contains mainly: blue. Hex color #2C383E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2C383E is #D3C7C1. Grayscale: #353535. Windows color (decimal): -13879234 or 4077612. OLE color: 4077612.

HSL color Cylindrical-coordinate representation of color #2C383E: hue angle of 200º degrees, saturation: 0.17, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #2C383E is Cyan = 0.29, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 44 56 62 -
CMYK 0.29 0.10 0 0.76
HSL 200º 0.17% 0.21% -
HSV(B) 200º 0.29% 0.24% -
XYZ 3.32 3.71 5.1 -
YUV 53.1 133.02 121.51 -
System Red Green Blue C M Y K H S L
Decimal 44 56 62 0.29 0.10 0 0.76 200 0.17 0.21
Hex 2C 38 3E 1D A 0 4C C8 11 15
Octal 54 70 76 35 12 0 114 310 21 25
Binary 101100 111000 111110 11101 1010 0 1001100 11001000 10001 10101

Color Harmonies of #2C383E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C383E

Black with #2C383E

Text Example


Text Example

White with #2C383E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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