Html Css Color HEX #2B3338 Gunmetal

📋 copy color: '#2B3338'

red 43 ◦ green 51 ◦ blue 56

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

Shades of Gunmetal #2B3338

Tints of Gunmetal #2B3338

RGB

 RED value IS 43 (17.19% from 255) = 28.67%

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

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

R = 28.67%
G = 34%
B = 37.33%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2B3338 (or 0x2B3338) is known color: Gunmetal. HEX triplet: 2B, 33 and 38. RGB value is (43,51,56). Sum of RGB (Red+Green+Blue) = 43+51+56=150 (19% of max value = 765). Red value is 43 (17.19% from 255 or 28.67% from 150); Green value is 51 (20.31% from 255 or 34% from 150); Blue value is 56 (22.27% from 255 or 37.33% from 150); Max value from RGB is 56 - color contains mainly: blue. Hex color #2B3338 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3338 is #D4CCC7. Grayscale: #313131. Windows color (decimal): -13946056 or 3683115. OLE color: 3683115.

HSL color Cylindrical-coordinate representation of color #2B3338: hue angle of 203.08º degrees, saturation: 0.13, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #2B3338 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 43 51 56 -
CMYK 0.23 0.09 0 0.78
HSL 203.08º 0.13% 0.19% -
HSV(B) 203.08º 0.23% 0.22% -
XYZ 2.89 3.17 4.2 -
YUV 49.18 131.85 123.59 -
System Red Green Blue C M Y K H S L
Decimal 43 51 56 0.23 0.09 0 0.78 203.08 0.13 0.19
Hex 2B 33 38 17 9 0 4E CB D 13
Octal 53 63 70 27 11 0 116 313 15 23
Binary 101011 110011 111000 10111 1001 0 1001110 11001011 1101 10011

Color Harmonies of #2B3338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3338

Black with #2B3338

Text Example


Text Example

White with #2B3338

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,51,56); }

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

background-color css

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

 a { background-color: rgb(43,51,56); }

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

border-color css

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

 span { border-color: rgb(43,51,56); }

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