Html Css Color HEX #2D383D Gunmetal

📋 copy color: '#2D383D'

red 45 ◦ green 56 ◦ blue 61

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

Shades of Gunmetal #2D383D

Tints of Gunmetal #2D383D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 37.65%

R = 27.78%
G = 34.57%
B = 37.65%

CMYK

 C value IS 0.26

 M value IS 0.08

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2D383D (or 0x2D383D) is known color: Gunmetal. HEX triplet: 2D, 38 and 3D. RGB value is (45,56,61). Sum of RGB (Red+Green+Blue) = 45+56+61=162 (21% of max value = 765). Red value is 45 (17.97% from 255 or 27.78% from 162); Green value is 56 (22.27% from 255 or 34.57% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 61 - color contains mainly: blue. Hex color #2D383D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D383D is #D2C7C2. Grayscale: #353535. Windows color (decimal): -13813699 or 4012077. OLE color: 4012077.

HSL color Cylindrical-coordinate representation of color #2D383D: hue angle of 198.75º degrees, saturation: 0.15, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #2D383D is Cyan = 0.26, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 45 56 61 -
CMYK 0.26 0.08 0 0.76
HSL 198.75º 0.15% 0.21% -
HSV(B) 198.75º 0.26% 0.24% -
XYZ 3.34 3.72 4.96 -
YUV 53.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 45 56 61 0.26 0.08 0 0.76 198.75 0.15 0.21
Hex 2D 38 3D 1A 8 0 4C C7 F 15
Octal 55 70 75 32 10 0 114 307 17 25
Binary 101101 111000 111101 11010 1000 0 1001100 11000111 1111 10101

Color Harmonies of #2D383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D383D

Black with #2D383D

Text Example


Text Example

White with #2D383D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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