Html Css Color HEX #2B363B Gunmetal

📋 copy color: '#2B363B'

red 43 ◦ green 54 ◦ blue 59

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

Shades of Gunmetal #2B363B

Tints of Gunmetal #2B363B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 34.62%

 BLUE value IS 59 (23.44% from 255) = 37.82%

R = 27.56%
G = 34.62%
B = 37.82%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#2B363B (or 0x2B363B) is known color: Gunmetal. HEX triplet: 2B, 36 and 3B. RGB value is (43,54,59). Sum of RGB (Red+Green+Blue) = 43+54+59=156 (20% of max value = 765). Red value is 43 (17.19% from 255 or 27.56% from 156); Green value is 54 (21.48% from 255 or 34.62% from 156); Blue value is 59 (23.44% from 255 or 37.82% from 156); Max value from RGB is 59 - color contains mainly: blue. Hex color #2B363B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2B363B is #D4C9C4. Grayscale: #333333. Windows color (decimal): -13945285 or 3880491. OLE color: 3880491.

HSL color Cylindrical-coordinate representation of color #2B363B: hue angle of 198.75º degrees, saturation: 0.16, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #2B363B is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 43 54 59 -
CMYK 0.27 0.08 0 0.77
HSL 198.75º 0.16% 0.2% -
HSV(B) 198.75º 0.27% 0.23% -
XYZ 3.1 3.47 4.64 -
YUV 51.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 43 54 59 0.27 0.08 0 0.77 198.75 0.16 0.2
Hex 2B 36 3B 1B 8 0 4D C7 10 14
Octal 53 66 73 33 10 0 115 307 20 24
Binary 101011 110110 111011 11011 1000 0 1001101 11000111 10000 10100

Color Harmonies of #2B363B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2B363B

Black with #2B363B

Text Example


Text Example

White with #2B363B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(43,54,59); }

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

background-color css

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

 a { background-color: rgb(43,54,59); }

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

border-color css

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

 span { border-color: rgb(43,54,59); }

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