Html Css Color HEX #2D383C Gunmetal

📋 copy color: '#2D383C'

red 45 ◦ green 56 ◦ blue 60

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

Shades of Gunmetal #2D383C

Tints of Gunmetal #2D383C

RGB

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

 GREEN value IS 56 (22.27% from 255) = 34.78%

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

R = 27.95%
G = 34.78%
B = 37.27%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2D383C (or 0x2D383C) is known color: Gunmetal. HEX triplet: 2D, 38 and 3C. RGB value is (45,56,60). Sum of RGB (Red+Green+Blue) = 45+56+60=161 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.95% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 60 (23.83% from 255 or 37.27% from 161); Max value from RGB is 60 - color contains mainly: blue. Hex color #2D383C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D383C is #D2C7C3. Grayscale: #353535. Windows color (decimal): -13813700 or 3946541. OLE color: 3946541.

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

Color convert

RGB 45 56 60 -
CMYK 0.25 0.07 0 0.76
HSL 196º 0.14% 0.21% -
HSV(B) 196º 0.25% 0.24% -
XYZ 3.31 3.71 4.82 -
YUV 53.17 131.86 122.17 -
System Red Green Blue C M Y K H S L
Decimal 45 56 60 0.25 0.07 0 0.76 196 0.14 0.21
Hex 2D 38 3C 19 7 0 4C C4 E 15
Octal 55 70 74 31 7 0 114 304 16 25
Binary 101101 111000 111100 11001 111 0 1001100 11000100 1110 10101

Color Harmonies of #2D383C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D383C

Black with #2D383C

Text Example


Text Example

White with #2D383C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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