Html Css Color HEX #2D363B Gunmetal

📋 copy color: '#2D363B'

red 45 ◦ green 54 ◦ blue 59

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

Shades of Gunmetal #2D363B

Tints of Gunmetal #2D363B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 34.18%

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

R = 28.48%
G = 34.18%
B = 37.34%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2D363B (or 0x2D363B) is known color: Gunmetal. HEX triplet: 2D, 36 and 3B. RGB value is (45,54,59). Sum of RGB (Red+Green+Blue) = 45+54+59=158 (20% of max value = 765). Red value is 45 (17.97% from 255 or 28.48% from 158); Green value is 54 (21.48% from 255 or 34.18% from 158); Blue value is 59 (23.44% from 255 or 37.34% from 158); Max value from RGB is 59 - color contains mainly: blue. Hex color #2D363B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D363B is #D2C9C4. Grayscale: #333333. Windows color (decimal): -13814213 or 3880493. OLE color: 3880493.

HSL color Cylindrical-coordinate representation of color #2D363B: hue angle of 201.43º 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 #2D363B is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 45 54 59 -
CMYK 0.24 0.08 0 0.77
HSL 201.43º 0.13% 0.2% -
HSV(B) 201.43º 0.24% 0.23% -
XYZ 3.19 3.51 4.65 -
YUV 51.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 45 54 59 0.24 0.08 0 0.77 201.43 0.13 0.2
Hex 2D 36 3B 18 8 0 4D C9 D 14
Octal 55 66 73 30 10 0 115 311 15 24
Binary 101101 110110 111011 11000 1000 0 1001101 11001001 1101 10100

Color Harmonies of #2D363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D363B

Black with #2D363B

Text Example


Text Example

White with #2D363B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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