#303334

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

Shades of Gunmetal #303334

Tints of Gunmetal #303334

Color information

#303334 (or 0x303334) is unknown color: approx Gunmetal. HEX triplet: 30, 33 and 34. RGB value is (48,51,52). Sum of RGB (Red+Green+Blue) = 48+51+52=151 (20% of max value = 765). Red value is 48 (19.14% from 255 or 31.79% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 52 (20.70% from 255 or 34.44% from 151); Max value from RGB is 52 - color contains mainly: blue. Hex color #303334 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #303334 is #CFCCCB. Grayscale: #323232. Windows color (decimal): -13618380 or 3420976. OLE color: 3420976.

HSL color Cylindrical-coordinate representation of color #303334: hue angle of 195º degrees, saturation: 0.04, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #303334 is Cyan = 0.08, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB485152-
CMYK0.080.0200.80
HSL195º4%19.61%-
HSV(B)195º7.69%20.39%-
XYZ3.023.243.72-
YUV50.22129.01126.42-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 31.79%
GREEN value IS 51 (20.31% from 255) = 33.77%
BLUE value IS 52 (20.70% from 255) = 34.44%
R=31.79%
G=33.77%
B=34.44%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal4851520.080.0200.80195419.61
Hex30333482050c3414
Octal6063641020120303424
Binary110000110011110100100010010100001100001110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #303334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #303334; }

 p { color: rgb(48,51,52); }

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

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

 a { background-color: rgb(48,51,52); }

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

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

 span { border-color: rgb(48,51,52); }

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