Html Css Color HEX #2B3438 Gunmetal

📋 copy color: '#2B3438'

red 43 ◦ green 52 ◦ blue 56

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

Shades of Gunmetal #2B3438

Tints of Gunmetal #2B3438

RGB

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

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

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

R = 28.48%
G = 34.44%
B = 37.09%

CMYK

 C value IS 0.23

 M value IS 0.07

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2B3438 (or 0x2B3438) is known color: Gunmetal. HEX triplet: 2B, 34 and 38. RGB value is (43,52,56). Sum of RGB (Red+Green+Blue) = 43+52+56=151 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.48% from 151); Green value is 52 (20.70% from 255 or 34.44% from 151); Blue value is 56 (22.27% from 255 or 37.09% from 151); Max value from RGB is 56 - color contains mainly: blue. Hex color #2B3438 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3438 is #D4CBC7. Grayscale: #313131. Windows color (decimal): -13945800 or 3683371. OLE color: 3683371.

HSL color Cylindrical-coordinate representation of color #2B3438: hue angle of 198.46º 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 #2B3438 is Cyan = 0.23, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 43 52 56 -
CMYK 0.23 0.07 0 0.78
HSL 198.46º 0.13% 0.19% -
HSV(B) 198.46º 0.23% 0.22% -
XYZ 2.94 3.26 4.21 -
YUV 49.77 131.52 123.17 -
System Red Green Blue C M Y K H S L
Decimal 43 52 56 0.23 0.07 0 0.78 198.46 0.13 0.19
Hex 2B 34 38 17 7 0 4E C6 D 13
Octal 53 64 70 27 7 0 116 306 15 23
Binary 101011 110100 111000 10111 111 0 1001110 11000110 1101 10011

Color Harmonies of #2B3438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3438

Black with #2B3438

Text Example


Text Example

White with #2B3438

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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