#2A353A

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

Shades of Gunmetal #2A353A

Tints of Gunmetal #2A353A

Color information

#2A353A (or 0x2A353A) is unknown color: approx Gunmetal. HEX triplet: 2A, 35 and 3A. RGB value is (42,53,58). Sum of RGB (Red+Green+Blue) = 42+53+58=153 (20% of max value = 765). Red value is 42 (16.80% from 255 or 27.45% from 153); Green value is 53 (21.09% from 255 or 34.64% from 153); Blue value is 58 (23.05% from 255 or 37.91% from 153); Max value from RGB is 58 - color contains mainly: blue. Hex color #2A353A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A353A is #D5CAC5. Grayscale: #323232. Windows color (decimal): -14011078 or 3814698. OLE color: 3814698.

HSL color Cylindrical-coordinate representation of color #2A353A: 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.28%. Process color model (Four color, CMYK) of #2A353A is Cyan = 0.28, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB425358-
CMYK0.280.0900.77
HSL198.75º16%19.61%-
HSV(B)198.75º27.59%22.75%-
XYZ2.993.344.49-
YUV50.28132.36122.09-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 27.45%
GREEN value IS 53 (21.09% from 255) = 34.64%
BLUE value IS 58 (23.05% from 255) = 37.91%
R=27.45%
G=34.64%
B=37.91%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal4253580.280.0900.77198.751619.61
Hex2A353A1C904Dc71014
Octal526572341101153072024
Binary10101011010111101011100100101001101110001111000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A353A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,53,58); }

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

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

 a { background-color: rgb(42,53,58); }

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

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

 span { border-color: rgb(42,53,58); }

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