Html Css Color HEX #2D373D Gunmetal

📋 copy color: '#2D373D'

red 45 ◦ green 55 ◦ blue 61

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

Shades of Gunmetal #2D373D

Tints of Gunmetal #2D373D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 37.89%

R = 27.95%
G = 34.16%
B = 37.89%

CMYK

 C value IS 0.26

 M value IS 0.10

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2D373D (or 0x2D373D) is known color: Gunmetal. HEX triplet: 2D, 37 and 3D. RGB value is (45,55,61). Sum of RGB (Red+Green+Blue) = 45+55+61=161 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.95% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 61 (24.22% from 255 or 37.89% from 161); Max value from RGB is 61 - color contains mainly: blue. Hex color #2D373D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D373D is #D2C8C2. Grayscale: #343434. Windows color (decimal): -13813955 or 4011821. OLE color: 4011821.

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

Color convert

RGB 45 55 61 -
CMYK 0.26 0.10 0 0.76
HSL 202.5º 0.15% 0.21% -
HSV(B) 202.5º 0.26% 0.24% -
XYZ 3.29 3.63 4.94 -
YUV 52.69 132.69 122.51 -
System Red Green Blue C M Y K H S L
Decimal 45 55 61 0.26 0.10 0 0.76 202.5 0.15 0.21
Hex 2D 37 3D 1A A 0 4C CA F 15
Octal 55 67 75 32 12 0 114 312 17 25
Binary 101101 110111 111101 11010 1010 0 1001100 11001010 1111 10101

Color Harmonies of #2D373D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D373D

Black with #2D373D

Text Example


Text Example

White with #2D373D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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