Html Css Color HEX #2D3436 Gunmetal

📋 copy color: '#2D3436'

red 45 ◦ green 52 ◦ blue 54

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

Shades of Gunmetal #2D3436

Tints of Gunmetal #2D3436

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 35.76%

R = 29.8%
G = 34.44%
B = 35.76%

CMYK

 C value IS 0.17

 M value IS 0.04

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#2D3436 (or 0x2D3436) is known color: Gunmetal. HEX triplet: 2D, 34 and 36. RGB value is (45,52,54). Sum of RGB (Red+Green+Blue) = 45+52+54=151 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.80% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 54 (21.48% from 255 or 35.76% from 151); Max value from RGB is 54 - color contains mainly: blue. Hex color #2D3436 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3436 is #D2CBC9. Grayscale: #323232. Windows color (decimal): -13814730 or 3552301. OLE color: 3552301.

HSL color Cylindrical-coordinate representation of color #2D3436: hue angle of 193.33º degrees, saturation: 0.09, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #2D3436 is Cyan = 0.17, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 45 52 54 -
CMYK 0.17 0.04 0 0.79
HSL 193.33º 0.09% 0.19% -
HSV(B) 193.33º 0.17% 0.21% -
XYZ 2.98 3.28 3.97 -
YUV 50.14 130.18 124.34 -
System Red Green Blue C M Y K H S L
Decimal 45 52 54 0.17 0.04 0 0.79 193.33 0.09 0.19
Hex 2D 34 36 11 4 0 4F C1 9 13
Octal 55 64 66 21 4 0 117 301 11 23
Binary 101101 110100 110110 10001 100 0 1001111 11000001 1001 10011

Color Harmonies of #2D3436

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D3436

Black with #2D3436

Text Example


Text Example

White with #2D3436

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,52,54); }

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

background-color css

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

 a { background-color: rgb(45,52,54); }

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

border-color css

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

 span { border-color: rgb(45,52,54); }

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