#33383A

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

Shades of Gunmetal #33383A

Tints of Gunmetal #33383A

Color information

#33383A (or 0x33383A) is unknown color: approx Gunmetal. HEX triplet: 33, 38 and 3A. RGB value is (51,56,58). Sum of RGB (Red+Green+Blue) = 51+56+58=165 (21% of max value = 765). Red value is 51 (20.31% from 255 or 30.91% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 58 (23.05% from 255 or 35.15% from 165); Max value from RGB is 58 - color contains mainly: blue. Hex color #33383A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #33383A is #CCC7C5. Grayscale: #363636. Windows color (decimal): -13420486 or 3815475. OLE color: 3815475.

HSL color Cylindrical-coordinate representation of color #33383A: hue angle of 197.14º degrees, saturation: 0.06, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #33383A is Cyan = 0.12, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB515658-
CMYK0.120.0300.77
HSL197.14º6.42%21.37%-
HSV(B)197.14º12.07%22.75%-
XYZ3.543.844.56-
YUV54.73129.84125.34-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 30.91%
GREEN value IS 56 (22.27% from 255) = 33.94%
BLUE value IS 58 (23.05% from 255) = 35.15%
R=30.91%
G=33.94%
B=35.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal5156580.120.0300.77197.146.4221.37
Hex33383AC304Dc5615
Octal6370721430115305625
Binary110011111000111010110011010011011100010111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33383A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33383A; }

 p { color: rgb(51,56,58); }

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

<style>
 a { background-color: #33383A; }

 a { background-color: rgb(51,56,58); }

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

<style>
 span { border-color: #33383A; }

 span { border-color: rgb(51,56,58); }

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