Html Css Color HEX #2F3335 Gunmetal

📋 copy color: '#2F3335'

red 47 ◦ green 51 ◦ blue 53

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

Shades of Gunmetal #2F3335

Tints of Gunmetal #2F3335

RGB

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

 GREEN value IS 51 (20.31% from 255) = 33.77%

 BLUE value IS 53 (21.09% from 255) = 35.1%

R = 31.13%
G = 33.77%
B = 35.1%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#2F3335 (or 0x2F3335) is known color: Gunmetal. HEX triplet: 2F, 33 and 35. RGB value is (47,51,53). Sum of RGB (Red+Green+Blue) = 47+51+53=151 (20% of max value = 765). Red value is 47 (18.75% from 255 or 31.13% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 53 (21.09% from 255 or 35.10% from 151); Max value from RGB is 53 - color contains mainly: blue. Hex color #2F3335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2F3335 is #D0CCCA. Grayscale: #323232. Windows color (decimal): -13683915 or 3486511. OLE color: 3486511.

HSL color Cylindrical-coordinate representation of color #2F3335: hue angle of 200º degrees, saturation: 0.06, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #2F3335 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 47 51 53 -
CMYK 0.11 0.04 0 0.79
HSL 200º 0.06% 0.2% -
HSV(B) 200º 0.11% 0.21% -
XYZ 3 3.23 3.83 -
YUV 50.03 129.67 125.84 -
System Red Green Blue C M Y K H S L
Decimal 47 51 53 0.11 0.04 0 0.79 200 0.06 0.2
Hex 2F 33 35 B 4 0 4F C8 6 14
Octal 57 63 65 13 4 0 117 310 6 24
Binary 101111 110011 110101 1011 100 0 1001111 11001000 110 10100

Color Harmonies of #2F3335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3335

Black with #2F3335

Text Example


Text Example

White with #2F3335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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