Html Css Color HEX #2B3439 Gunmetal

📋 copy color: '#2B3439'

red 43 ◦ green 52 ◦ blue 57

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

Shades of Gunmetal #2B3439

Tints of Gunmetal #2B3439

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 37.5%

R = 28.29%
G = 34.21%
B = 37.5%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#2B3439 (or 0x2B3439) is known color: Gunmetal. HEX triplet: 2B, 34 and 39. RGB value is (43,52,57). Sum of RGB (Red+Green+Blue) = 43+52+57=152 (20% of max value = 765). Red value is 43 (17.19% from 255 or 28.29% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 57 (22.66% from 255 or 37.5% from 152); Max value from RGB is 57 - color contains mainly: blue. Hex color #2B3439 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B3439 is #D4CBC6. Grayscale: #313131. Windows color (decimal): -13945799 or 3748907. OLE color: 3748907.

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

Color convert

RGB 43 52 57 -
CMYK 0.25 0.09 0 0.78
HSL 201.43º 0.14% 0.2% -
HSV(B) 201.43º 0.25% 0.22% -
XYZ 2.96 3.26 4.34 -
YUV 49.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 43 52 57 0.25 0.09 0 0.78 201.43 0.14 0.2
Hex 2B 34 39 19 9 0 4E C9 E 14
Octal 53 64 71 31 11 0 116 311 16 24
Binary 101011 110100 111001 11001 1001 0 1001110 11001001 1110 10100

Color Harmonies of #2B3439

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B3439

Black with #2B3439

Text Example


Text Example

White with #2B3439

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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