Html Css Color HEX #2B373C Gunmetal

📋 copy color: '#2B373C'

red 43 ◦ green 55 ◦ blue 60

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

Shades of Gunmetal #2B373C

Tints of Gunmetal #2B373C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 34.81%

 BLUE value IS 60 (23.83% from 255) = 37.97%

R = 27.22%
G = 34.81%
B = 37.97%

CMYK

 C value IS 0.28

 M value IS 0.08

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#2B373C (or 0x2B373C) is known color: Gunmetal. HEX triplet: 2B, 37 and 3C. RGB value is (43,55,60). Sum of RGB (Red+Green+Blue) = 43+55+60=158 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.22% from 158); Green value is 55 (21.88% from 255 or 34.81% from 158); Blue value is 60 (23.83% from 255 or 37.97% from 158); Max value from RGB is 60 - color contains mainly: blue. Hex color #2B373C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B373C is #D4C8C3. Grayscale: #333333. Windows color (decimal): -13945028 or 3946283. OLE color: 3946283.

HSL color Cylindrical-coordinate representation of color #2B373C: hue angle of 197.65º degrees, saturation: 0.17, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #2B373C is Cyan = 0.28, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 43 55 60 -
CMYK 0.28 0.08 0 0.76
HSL 197.65º 0.17% 0.2% -
HSV(B) 197.65º 0.28% 0.24% -
XYZ 3.18 3.57 4.8 -
YUV 51.98 132.52 121.59 -
System Red Green Blue C M Y K H S L
Decimal 43 55 60 0.28 0.08 0 0.76 197.65 0.17 0.2
Hex 2B 37 3C 1C 8 0 4C C6 11 14
Octal 53 67 74 34 10 0 114 306 21 24
Binary 101011 110111 111100 11100 1000 0 1001100 11000110 10001 10100

Color Harmonies of #2B373C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B373C

Black with #2B373C

Text Example


Text Example

White with #2B373C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,55,60); }

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

background-color css

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

 a { background-color: rgb(43,55,60); }

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

border-color css

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

 span { border-color: rgb(43,55,60); }

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