Html Css Color HEX #2D363C Gunmetal

📋 copy color: '#2D363C'

red 45 ◦ green 54 ◦ blue 60

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

Shades of Gunmetal #2D363C

Tints of Gunmetal #2D363C

RGB

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

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

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

R = 28.3%
G = 33.96%
B = 37.74%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2D363C (or 0x2D363C) is known color: Gunmetal. HEX triplet: 2D, 36 and 3C. RGB value is (45,54,60). Sum of RGB (Red+Green+Blue) = 45+54+60=159 (21% of max value = 765). Red value is 45 (17.97% from 255 or 28.30% from 159); Green value is 54 (21.48% from 255 or 33.96% from 159); Blue value is 60 (23.83% from 255 or 37.74% from 159); Max value from RGB is 60 - color contains mainly: blue. Hex color #2D363C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D363C is #D2C9C3. Grayscale: #333333. Windows color (decimal): -13814212 or 3946029. OLE color: 3946029.

HSL color Cylindrical-coordinate representation of color #2D363C: hue angle of 204º 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 #2D363C is Cyan = 0.25, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 45 54 60 -
CMYK 0.25 0.10 0 0.76
HSL 204º 0.14% 0.21% -
HSV(B) 204º 0.25% 0.24% -
XYZ 3.22 3.52 4.79 -
YUV 51.99 132.52 123.01 -
System Red Green Blue C M Y K H S L
Decimal 45 54 60 0.25 0.10 0 0.76 204 0.14 0.21
Hex 2D 36 3C 19 A 0 4C CC E 15
Octal 55 66 74 31 12 0 114 314 16 25
Binary 101101 110110 111100 11001 1010 0 1001100 11001100 1110 10101

Color Harmonies of #2D363C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D363C

Black with #2D363C

Text Example


Text Example

White with #2D363C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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