Html Css Color HEX #2F393E Gunmetal

📋 copy color: '#2F393E'

red 47 ◦ green 57 ◦ blue 62

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

Shades of Gunmetal #2F393E

Tints of Gunmetal #2F393E

RGB

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

 GREEN value IS 57 (22.66% from 255) = 34.34%

 BLUE value IS 62 (24.61% from 255) = 37.35%

R = 28.31%
G = 34.34%
B = 37.35%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2F393E (or 0x2F393E) is known color: Gunmetal. HEX triplet: 2F, 39 and 3E. RGB value is (47,57,62). Sum of RGB (Red+Green+Blue) = 47+57+62=166 (21% of max value = 765). Red value is 47 (18.75% from 255 or 28.31% from 166); Green value is 57 (22.66% from 255 or 34.34% from 166); Blue value is 62 (24.61% from 255 or 37.35% from 166); Max value from RGB is 62 - color contains mainly: blue. Hex color #2F393E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F393E is #D0C6C1. Grayscale: #363636. Windows color (decimal): -13682370 or 4077871. OLE color: 4077871.

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

Color convert

RGB 47 57 62 -
CMYK 0.24 0.08 0 0.76
HSL 200º 0.14% 0.21% -
HSV(B) 200º 0.24% 0.24% -
XYZ 3.5 3.88 5.12 -
YUV 54.58 132.19 122.59 -
System Red Green Blue C M Y K H S L
Decimal 47 57 62 0.24 0.08 0 0.76 200 0.14 0.21
Hex 2F 39 3E 18 8 0 4C C8 E 15
Octal 57 71 76 30 10 0 114 310 16 25
Binary 101111 111001 111110 11000 1000 0 1001100 11001000 1110 10101

Color Harmonies of #2F393E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F393E

Black with #2F393E

Text Example


Text Example

White with #2F393E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,57,62); }

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

background-color css

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

 a { background-color: rgb(47,57,62); }

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

border-color css

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

 span { border-color: rgb(47,57,62); }

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