Html Css Color HEX #2F3539 Gunmetal

📋 copy color: '#2F3539'

red 47 ◦ green 53 ◦ blue 57

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

Shades of Gunmetal #2F3539

Tints of Gunmetal #2F3539

RGB

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

 GREEN value IS 53 (21.09% from 255) = 33.76%

 BLUE value IS 57 (22.66% from 255) = 36.31%

R = 29.94%
G = 33.76%
B = 36.31%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2F3539 (or 0x2F3539) is known color: Gunmetal. HEX triplet: 2F, 35 and 39. RGB value is (47,53,57). Sum of RGB (Red+Green+Blue) = 47+53+57=157 (20% of max value = 765). Red value is 47 (18.75% from 255 or 29.94% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 57 (22.66% from 255 or 36.31% from 157); Max value from RGB is 57 - color contains mainly: blue. Hex color #2F3539 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3539 is #D0CAC6. Grayscale: #333333. Windows color (decimal): -13683399 or 3749167. OLE color: 3749167.

HSL color Cylindrical-coordinate representation of color #2F3539: hue angle of 204º degrees, saturation: 0.1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #2F3539 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 47 53 57 -
CMYK 0.18 0.07 0 0.78
HSL 204º 0.1% 0.2% -
HSV(B) 204º 0.18% 0.22% -
XYZ 3.18 3.45 4.37 -
YUV 51.66 131.01 124.67 -
System Red Green Blue C M Y K H S L
Decimal 47 53 57 0.18 0.07 0 0.78 204 0.1 0.2
Hex 2F 35 39 12 7 0 4E CC A 14
Octal 57 65 71 22 7 0 116 314 12 24
Binary 101111 110101 111001 10010 111 0 1001110 11001100 1010 10100

Color Harmonies of #2F3539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3539

Black with #2F3539

Text Example


Text Example

White with #2F3539

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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