#2B383E

Color #2B383E Gunmetal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gunmetal #2B383E

Tints of Gunmetal #2B383E

Color information

#2B383E (or 0x2B383E) is unknown color: approx Gunmetal. HEX triplet: 2B, 38 and 3E. RGB value is (43,56,62). Sum of RGB (Red+Green+Blue) = 43+56+62=161 (21% of max value = 765). Red value is 43 (17.19% from 255 or 26.71% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 62 (24.61% from 255 or 38.51% from 161); Max value from RGB is 62 - color contains mainly: blue. Hex color #2B383E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B383E is #D4C7C1. Grayscale: #343434. Windows color (decimal): -13944770 or 4077611. OLE color: 4077611.

HSL color Cylindrical-coordinate representation of color #2B383E: hue angle of 198.95º degrees, saturation: 0.18, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #2B383E is Cyan = 0.31, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB435662-
CMYK0.310.1000.76
HSL198.95º18.1%20.59%-
HSV(B)198.95º30.65%24.31%-
XYZ3.283.695.1-
YUV52.8133.19121.01-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 26.71%
GREEN value IS 56 (22.27% from 255) = 34.78%
BLUE value IS 62 (24.61% from 255) = 38.51%
R=26.71%
G=34.78%
B=38.51%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal4356620.310.1000.76198.9518.120.59
Hex2B383E1FA04Cc71215
Octal537076371201143072225
Binary10101111100011111011111101001001100110001111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B383E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #2B383E;
 }
 .AnyTagClassName
 {
   color: #2B383E;
 }
</style>
background-color css

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

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

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

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

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

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