Html Css Color HEX #2F383D Gunmetal

📋 copy color: '#2F383D'

red 47 ◦ green 56 ◦ blue 61

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

Shades of Gunmetal #2F383D

Tints of Gunmetal #2F383D

RGB

 RED value IS 47 (18.75% from 255) = 28.66%

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

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

R = 28.66%
G = 34.15%
B = 37.2%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2F383D (or 0x2F383D) is known color: Gunmetal. HEX triplet: 2F, 38 and 3D. RGB value is (47,56,61). Sum of RGB (Red+Green+Blue) = 47+56+61=164 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.66% from 164); Green value is 56 (22.27% from 255 or 34.15% from 164); Blue value is 61 (24.22% from 255 or 37.20% from 164); Max value from RGB is 61 - color contains mainly: blue. Hex color #2F383D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F383D is #D0C7C2. Grayscale: #353535. Windows color (decimal): -13682627 or 4012079. OLE color: 4012079.

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

Color convert

RGB 47 56 61 -
CMYK 0.23 0.08 0 0.76
HSL 201.43º 0.13% 0.21% -
HSV(B) 201.43º 0.23% 0.24% -
XYZ 3.43 3.77 4.96 -
YUV 53.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 47 56 61 0.23 0.08 0 0.76 201.43 0.13 0.21
Hex 2F 38 3D 17 8 0 4C C9 D 15
Octal 57 70 75 27 10 0 114 311 15 25
Binary 101111 111000 111101 10111 1000 0 1001100 11001001 1101 10101

Color Harmonies of #2F383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F383D

Black with #2F383D

Text Example


Text Example

White with #2F383D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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