Html Css Color HEX #2D3335 Gunmetal

📋 copy color: '#2D3335'

red 45 ◦ green 51 ◦ blue 53

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

Shades of Gunmetal #2D3335

Tints of Gunmetal #2D3335

RGB

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

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

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

R = 30.2%
G = 34.23%
B = 35.57%

CMYK

 C value IS 0.15

 M value IS 0.04

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#2D3335 (or 0x2D3335) is known color: Gunmetal. HEX triplet: 2D, 33 and 35. RGB value is (45,51,53). Sum of RGB (Red+Green+Blue) = 45+51+53=149 (19% of max value = 765). Red value is 45 (17.97% from 255 or 30.20% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 53 (21.09% from 255 or 35.57% from 149); Max value from RGB is 53 - color contains mainly: blue. Hex color #2D3335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3335 is #D2CCCA. Grayscale: #313131. Windows color (decimal): -13814987 or 3486509. OLE color: 3486509.

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

Color convert

RGB 45 51 53 -
CMYK 0.15 0.04 0 0.79
HSL 195º 0.08% 0.19% -
HSV(B) 195º 0.15% 0.21% -
XYZ 2.91 3.18 3.83 -
YUV 49.43 130.01 124.84 -
System Red Green Blue C M Y K H S L
Decimal 45 51 53 0.15 0.04 0 0.79 195 0.08 0.19
Hex 2D 33 35 F 4 0 4F C3 8 13
Octal 55 63 65 17 4 0 117 303 10 23
Binary 101101 110011 110101 1111 100 0 1001111 11000011 1000 10011

Color Harmonies of #2D3335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D3335

Black with #2D3335

Text Example


Text Example

White with #2D3335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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