Html Css Color HEX #2D373C Gunmetal

📋 copy color: '#2D373C'

red 45 ◦ green 55 ◦ blue 60

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

Shades of Gunmetal #2D373C

Tints of Gunmetal #2D373C

RGB

 RED value IS 45 (17.97% from 255) = 28.13%

 GREEN value IS 55 (21.88% from 255) = 34.38%

 BLUE value IS 60 (23.83% from 255) = 37.5%

R = 28.13%
G = 34.38%
B = 37.5%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2D373C (or 0x2D373C) is known color: Gunmetal. HEX triplet: 2D, 37 and 3C. RGB value is (45,55,60). Sum of RGB (Red+Green+Blue) = 45+55+60=160 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.12% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 60 (23.83% from 255 or 37.5% from 160); Max value from RGB is 60 - color contains mainly: blue. Hex color #2D373C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D373C is #D2C8C3. Grayscale: #343434. Windows color (decimal): -13813956 or 3946285. OLE color: 3946285.

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

Color convert

RGB 45 55 60 -
CMYK 0.25 0.08 0 0.76
HSL 200º 0.14% 0.21% -
HSV(B) 200º 0.25% 0.24% -
XYZ 3.26 3.62 4.8 -
YUV 52.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 45 55 60 0.25 0.08 0 0.76 200 0.14 0.21
Hex 2D 37 3C 19 8 0 4C C8 E 15
Octal 55 67 74 31 10 0 114 310 16 25
Binary 101101 110111 111100 11001 1000 0 1001100 11001000 1110 10101

Color Harmonies of #2D373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D373C

Black with #2D373C

Text Example


Text Example

White with #2D373C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,55,60); }

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

background-color css

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

 a { background-color: rgb(45,55,60); }

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

border-color css

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

 span { border-color: rgb(45,55,60); }

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