Html Css Color HEX #2D3438 Gunmetal

📋 copy color: '#2D3438'

red 45 ◦ green 52 ◦ blue 56

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

Shades of Gunmetal #2D3438

Tints of Gunmetal #2D3438

RGB

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

 GREEN value IS 52 (20.7% from 255) = 33.99%

 BLUE value IS 56 (22.27% from 255) = 36.6%

R = 29.41%
G = 33.99%
B = 36.6%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2D3438 (or 0x2D3438) is known color: Gunmetal. HEX triplet: 2D, 34 and 38. RGB value is (45,52,56). Sum of RGB (Red+Green+Blue) = 45+52+56=153 (20% of max value = 765). Red value is 45 (17.97% from 255 or 29.41% from 153); Green value is 52 (20.70% from 255 or 33.99% from 153); Blue value is 56 (22.27% from 255 or 36.60% from 153); Max value from RGB is 56 - color contains mainly: blue. Hex color #2D3438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D3438 is #D2CBC7. Grayscale: #323232. Windows color (decimal): -13814728 or 3683373. OLE color: 3683373.

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

Color convert

RGB 45 52 56 -
CMYK 0.20 0.07 0 0.78
HSL 201.82º 0.11% 0.2% -
HSV(B) 201.82º 0.2% 0.22% -
XYZ 3.02 3.3 4.22 -
YUV 50.36 131.18 124.17 -
System Red Green Blue C M Y K H S L
Decimal 45 52 56 0.20 0.07 0 0.78 201.82 0.11 0.2
Hex 2D 34 38 14 7 0 4E CA B 14
Octal 55 64 70 24 7 0 116 312 13 24
Binary 101101 110100 111000 10100 111 0 1001110 11001010 1011 10100

Color Harmonies of #2D3438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D3438

Black with #2D3438

Text Example


Text Example

White with #2D3438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,52,56); }

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

background-color css

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

 a { background-color: rgb(45,52,56); }

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

border-color css

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

 span { border-color: rgb(45,52,56); }

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