Html Css Color HEX #2D373B Gunmetal

📋 copy color: '#2D373B'

red 45 ◦ green 55 ◦ blue 59

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

Shades of Gunmetal #2D373B

Tints of Gunmetal #2D373B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 37.11%

R = 28.3%
G = 34.59%
B = 37.11%

CMYK

 C value IS 0.24

 M value IS 0.07

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2D373B (or 0x2D373B) is known color: Gunmetal. HEX triplet: 2D, 37 and 3B. RGB value is (45,55,59). Sum of RGB (Red+Green+Blue) = 45+55+59=159 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.30% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 59 (23.44% from 255 or 37.11% from 159); Max value from RGB is 59 - color contains mainly: blue. Hex color #2D373B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D373B is #D2C8C4. Grayscale: #343434. Windows color (decimal): -13813957 or 3880749. OLE color: 3880749.

HSL color Cylindrical-coordinate representation of color #2D373B: hue angle of 197.14º degrees, saturation: 0.13, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #2D373B is Cyan = 0.24, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 45 55 59 -
CMYK 0.24 0.07 0 0.77
HSL 197.14º 0.13% 0.2% -
HSV(B) 197.14º 0.24% 0.23% -
XYZ 3.24 3.61 4.66 -
YUV 52.47 131.69 122.67 -
System Red Green Blue C M Y K H S L
Decimal 45 55 59 0.24 0.07 0 0.77 197.14 0.13 0.2
Hex 2D 37 3B 18 7 0 4D C5 D 14
Octal 55 67 73 30 7 0 115 305 15 24
Binary 101101 110111 111011 11000 111 0 1001101 11000101 1101 10100

Color Harmonies of #2D373B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D373B

Black with #2D373B

Text Example


Text Example

White with #2D373B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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